Html Css Color HEX #536406 Verdun Green

📋 copy color: '#536406'

red 83 ◦ green 100 ◦ blue 6

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

Shades of Verdun Green #536406

Tints of Verdun Green #536406

RGB

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

 GREEN value IS 100 (39.45% from 255) = 52.91%

 BLUE value IS 6 (2.73% from 255) = 3.17%

R = 43.92%
G = 52.91%
B = 3.17%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.94

 K value IS 0.61

RGB Variations

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

Color information

#536406 (or 0x536406) is known color: Verdun Green. HEX triplet: 53, 64 and 06. RGB value is (83,100,6). Sum of RGB (Red+Green+Blue) = 83+100+6=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 100 (39.45% from 255 or 52.91% from 189); Blue value is 6 (2.73% from 255 or 3.17% from 189); Max value from RGB is 100 - color contains mainly: green. Hex color #536406 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536406 is #AC9BF9. Grayscale: #545454. Windows color (decimal): -11312122 or 418899. OLE color: 418899.

HSL color Cylindrical-coordinate representation of color #536406: hue angle of 70.85º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #536406 is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.61.

Color convert

RGB 83 100 6 -
CMYK 0.17 0 0.94 0.61
HSL 70.85º 0.89% 0.21% -
HSV(B) 70.85º 0.94% 0.39% -
XYZ 8.16 10.97 1.86 -
YUV 84.2 83.87 127.14 -
System Red Green Blue C M Y K H S L
Decimal 83 100 6 0.17 0 0.94 0.61 70.85 0.89 0.21
Hex 53 64 6 11 0 5E 3D 47 59 15
Octal 123 144 6 21 0 136 75 107 131 25
Binary 1010011 1100100 110 10001 0 1011110 111101 1000111 1011001 10101

Color Harmonies of #536406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536406

Black with #536406

Text Example


Text Example

White with #536406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536406; }

 p { color: rgb(83,100,6); }

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

background-color css

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

 a { background-color: rgb(83,100,6); }

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

border-color css

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

 span { border-color: rgb(83,100,6); }

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