Html Css Color HEX #535506 Verdun Green

📋 copy color: '#535506'

red 83 ◦ green 85 ◦ blue 6

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

Shades of Verdun Green #535506

Tints of Verdun Green #535506

RGB

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

 GREEN value IS 85 (33.59% from 255) = 48.85%

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

R = 47.7%
G = 48.85%
B = 3.45%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#535506 (or 0x535506) is known color: Verdun Green. HEX triplet: 53, 55 and 06. RGB value is (83,85,6). Sum of RGB (Red+Green+Blue) = 83+85+6=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 85 (33.59% from 255 or 48.85% from 174); Blue value is 6 (2.73% from 255 or 3.45% from 174); Max value from RGB is 85 - color contains mainly: green. Hex color #535506 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535506 is #ACAAF9. Grayscale: #4B4B4B. Windows color (decimal): -11315962 or 415059. OLE color: 415059.

HSL color Cylindrical-coordinate representation of color #535506: hue angle of 61.52º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #535506 is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 85 6 -
CMYK 0.02 0 0.93 0.67
HSL 61.52º 0.87% 0.18% -
HSV(B) 61.52º 0.93% 0.33% -
XYZ 6.85 8.35 1.42 -
YUV 75.4 88.84 133.42 -
System Red Green Blue C M Y K H S L
Decimal 83 85 6 0.02 0 0.93 0.67 61.52 0.87 0.18
Hex 53 55 6 2 0 5D 43 3E 57 12
Octal 123 125 6 2 0 135 103 76 127 22
Binary 1010011 1010101 110 10 0 1011101 1000011 111110 1010111 10010

Color Harmonies of #535506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535506

Black with #535506

Text Example


Text Example

White with #535506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535506; }

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

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

background-color css

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

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

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

border-color css

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

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

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