Html Css Color HEX #545008 Verdun Green

📋 copy color: '#545008'

red 84 ◦ green 80 ◦ blue 8

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

Shades of Verdun Green #545008

Tints of Verdun Green #545008

RGB

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

 GREEN value IS 80 (31.64% from 255) = 46.51%

 BLUE value IS 8 (3.52% from 255) = 4.65%

R = 48.84%
G = 46.51%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#545008 (or 0x545008) is known color: Verdun Green. HEX triplet: 54, 50 and 08. RGB value is (84,80,8). Sum of RGB (Red+Green+Blue) = 84+80+8=172 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.84% from 172); Green value is 80 (31.64% from 255 or 46.51% from 172); Blue value is 8 (3.52% from 255 or 4.65% from 172); Max value from RGB is 84 - color contains mainly: red. Hex color #545008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545008 is #ABAFF7. Grayscale: #494949. Windows color (decimal): -11251704 or 544852. OLE color: 544852.

HSL color Cylindrical-coordinate representation of color #545008: hue angle of 56.84º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #545008 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 80 8 -
CMYK 0 0.05 0.90 0.67
HSL 56.84º 0.83% 0.18% -
HSV(B) 56.84º 0.9% 0.33% -
XYZ 6.57 7.64 1.36 -
YUV 72.99 91.33 135.85 -
System Red Green Blue C M Y K H S L
Decimal 84 80 8 0 0.05 0.90 0.67 56.84 0.83 0.18
Hex 54 50 8 0 5 5A 43 39 53 12
Octal 124 120 10 0 5 132 103 71 123 22
Binary 1010100 1010000 1000 0 101 1011010 1000011 111001 1010011 10010

Color Harmonies of #545008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545008

Black with #545008

Text Example


Text Example

White with #545008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545008; }

 p { color: rgb(84,80,8); }

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

background-color css

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

 a { background-color: rgb(84,80,8); }

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

border-color css

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

 span { border-color: rgb(84,80,8); }

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