Html Css Color HEX #545506 Verdun Green

📋 copy color: '#545506'

red 84 ◦ green 85 ◦ blue 6

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

Shades of Verdun Green #545506

Tints of Verdun Green #545506

RGB

 RED value IS 84 (33.2% from 255) = 48%

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

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

R = 48%
G = 48.57%
B = 3.43%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#545506 (or 0x545506) is known color: Verdun Green. HEX triplet: 54, 55 and 06. RGB value is (84,85,6). Sum of RGB (Red+Green+Blue) = 84+85+6=175 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48% from 175); Green value is 85 (33.59% from 255 or 48.57% from 175); Blue value is 6 (2.73% from 255 or 3.43% from 175); Max value from RGB is 85 - color contains mainly: green. Hex color #545506 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545506 is #ABAAF9. Grayscale: #4C4C4C. Windows color (decimal): -11250426 or 415060. OLE color: 415060.

HSL color Cylindrical-coordinate representation of color #545506: hue angle of 60.76º 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 #545506 is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 85 6 -
CMYK 0.01 0 0.93 0.67
HSL 60.76º 0.87% 0.18% -
HSV(B) 60.76º 0.93% 0.33% -
XYZ 6.94 8.39 1.43 -
YUV 75.7 88.67 133.92 -
System Red Green Blue C M Y K H S L
Decimal 84 85 6 0.01 0 0.93 0.67 60.76 0.87 0.18
Hex 54 55 6 1 0 5D 43 3D 57 12
Octal 124 125 6 1 0 135 103 75 127 22
Binary 1010100 1010101 110 1 0 1011101 1000011 111101 1010111 10010

Color Harmonies of #545506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545506

Black with #545506

Text Example


Text Example

White with #545506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545506; }

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

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

background-color css

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

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

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

border-color css

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

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

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