Html Css Color HEX #536606 Verdun Green

📋 copy color: '#536606'

red 83 ◦ green 102 ◦ blue 6

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

Shades of Verdun Green #536606

Tints of Verdun Green #536606

RGB

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

 GREEN value IS 102 (40.23% from 255) = 53.4%

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

R = 43.46%
G = 53.4%
B = 3.14%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.94

 K value IS 0.6

RGB Variations

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

Color information

#536606 (or 0x536606) is known color: Verdun Green. HEX triplet: 53, 66 and 06. RGB value is (83,102,6). Sum of RGB (Red+Green+Blue) = 83+102+6=191 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.46% from 191); Green value is 102 (40.23% from 255 or 53.40% from 191); Blue value is 6 (2.73% from 255 or 3.14% from 191); Max value from RGB is 102 - color contains mainly: green. Hex color #536606 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536606 is #AC99F9. Grayscale: #555555. Windows color (decimal): -11311610 or 419411. OLE color: 419411.

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

Color convert

RGB 83 102 6 -
CMYK 0.19 0 0.94 0.6
HSL 71.88º 0.89% 0.21% -
HSV(B) 71.88º 0.94% 0.4% -
XYZ 8.35 11.35 1.92 -
YUV 85.38 83.21 126.31 -
System Red Green Blue C M Y K H S L
Decimal 83 102 6 0.19 0 0.94 0.6 71.88 0.89 0.21
Hex 53 66 6 13 0 5E 3C 48 59 15
Octal 123 146 6 23 0 136 74 110 131 25
Binary 1010011 1100110 110 10011 0 1011110 111100 1001000 1011001 10101

Color Harmonies of #536606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536606

Black with #536606

Text Example


Text Example

White with #536606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536606; }

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

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

background-color css

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

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

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

border-color css

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

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

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