Html Css Color HEX #545208 Verdun Green

📋 copy color: '#545208'

red 84 ◦ green 82 ◦ blue 8

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

Shades of Verdun Green #545208

Tints of Verdun Green #545208

RGB

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

 GREEN value IS 82 (32.42% from 255) = 47.13%

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

R = 48.28%
G = 47.13%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#545208 (or 0x545208) is known color: Verdun Green. HEX triplet: 54, 52 and 08. RGB value is (84,82,8). Sum of RGB (Red+Green+Blue) = 84+82+8=174 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48.28% from 174); Green value is 82 (32.42% from 255 or 47.13% from 174); Blue value is 8 (3.52% from 255 or 4.60% from 174); Max value from RGB is 84 - color contains mainly: red. Hex color #545208 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545208 is #ABADF7. Grayscale: #4A4A4A. Windows color (decimal): -11251192 or 545364. OLE color: 545364.

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

Color convert

RGB 84 82 8 -
CMYK 0 0.02 0.90 0.67
HSL 58.42º 0.83% 0.18% -
HSV(B) 58.42º 0.9% 0.33% -
XYZ 6.72 7.94 1.41 -
YUV 74.16 90.66 135.02 -
System Red Green Blue C M Y K H S L
Decimal 84 82 8 0 0.02 0.90 0.67 58.42 0.83 0.18
Hex 54 52 8 0 2 5A 43 3A 53 12
Octal 124 122 10 0 2 132 103 72 123 22
Binary 1010100 1010010 1000 0 10 1011010 1000011 111010 1010011 10010

Color Harmonies of #545208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545208

Black with #545208

Text Example


Text Example

White with #545208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545208; }

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

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

background-color css

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

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

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

border-color css

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

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

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