Html Css Color HEX #536560 Viridian Green

📋 copy color: '#536560'

red 83 ◦ green 101 ◦ blue 96

#536560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian Green #536560

Tints of Viridian Green #536560

RGB

 RED value IS 83 (32.81% from 255) = 29.64%

 GREEN value IS 101 (39.84% from 255) = 36.07%

 BLUE value IS 96 (37.89% from 255) = 34.29%

R = 29.64%
G = 36.07%
B = 34.29%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.05

 K value IS 0.60

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#536560 (or 0x536560) is known color: Viridian Green. HEX triplet: 53, 65 and 60. RGB value is (83,101,96). Sum of RGB (Red+Green+Blue) = 83+101+96=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 101 - color contains mainly: green. Hex color #536560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536560 is #AC9A9F. Grayscale: #5F5F5F. Windows color (decimal): -11311776 or 6317395. OLE color: 6317395.

HSL color Cylindrical-coordinate representation of color #536560: hue angle of 163.33º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #536560 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB 83 101 96 -
CMYK 0.18 0 0.05 0.60
HSL 163.33º 0.1% 0.36% -
HSV(B) 163.33º 0.18% 0.4% -
XYZ 10.33 11.99 12.84 -
YUV 95.05 128.54 119.41 -
System Red Green Blue C M Y K H S L
Decimal 83 101 96 0.18 0 0.05 0.60 163.33 0.1 0.36
Hex 53 65 60 12 0 5 3C A3 A 24
Octal 123 145 140 22 0 5 74 243 12 44
Binary 1010011 1100101 1100000 10010 0 101 111100 10100011 1010 100100

Color Harmonies of #536560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536560

Black with #536560

Text Example


Text Example

White with #536560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536560; }

 p { color: rgb(83,101,96); }

 H1.HeaderClassName
 {
   color: #536560;
 }
 .AnyTagClassName
 {
   color: #536560;
 }
</style>

background-color css

<style>
 a { background-color: #536560; }

 a { background-color: rgb(83,101,96); }

 div.DivClassName
 {
   background-color: #536560;
 }
 .BgClassName
 {
   background-color: #536560;
 }
</style>

border-color css

<style>
 span { border-color: #536560; }

 span { border-color: rgb(83,101,96); }

 td.TdClassName
 {
   border-color: #536560;
 }
 .TagClassName
 {
   border-color: #536560;
 }
</style>