Html Css Color HEX #545005 Verdun Green

📋 copy color: '#545005'

red 84 ◦ green 80 ◦ blue 5

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

Shades of Verdun Green #545005

Tints of Verdun Green #545005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.96%

R = 49.7%
G = 47.34%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#545005 (or 0x545005) is known color: Verdun Green. HEX triplet: 54, 50 and 05. RGB value is (84,80,5). Sum of RGB (Red+Green+Blue) = 84+80+5=169 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.70% from 169); Green value is 80 (31.64% from 255 or 47.34% from 169); Blue value is 5 (2.34% from 255 or 2.96% from 169); Max value from RGB is 84 - color contains mainly: red. Hex color #545005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545005 is #ABAFFA. Grayscale: #484848. Windows color (decimal): -11251707 or 348244. OLE color: 348244.

HSL color Cylindrical-coordinate representation of color #545005: hue angle of 56.96º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #545005 is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 80 5 -
CMYK 0 0.05 0.94 0.67
HSL 56.96º 0.89% 0.17% -
HSV(B) 56.96º 0.94% 0.33% -
XYZ 6.55 7.63 1.27 -
YUV 72.65 89.83 136.1 -
System Red Green Blue C M Y K H S L
Decimal 84 80 5 0 0.05 0.94 0.67 56.96 0.89 0.17
Hex 54 50 5 0 5 5E 43 39 59 11
Octal 124 120 5 0 5 136 103 71 131 21
Binary 1010100 1010000 101 0 101 1011110 1000011 111001 1011001 10001

Color Harmonies of #545005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545005

Black with #545005

Text Example


Text Example

White with #545005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545005; }

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

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

background-color css

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

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

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

border-color css

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

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

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