Html Css Color HEX #545402 Verdun Green

📋 copy color: '#545402'

red 84 ◦ green 84 ◦ blue 2

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

Shades of Verdun Green #545402

Tints of Verdun Green #545402

RGB

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

 GREEN value IS 84 (33.2% from 255) = 49.41%

 BLUE value IS 2 (1.17% from 255) = 1.18%

R = 49.41%
G = 49.41%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#545402 (or 0x545402) is known color: Verdun Green. HEX triplet: 54, 54 and 02. RGB value is (84,84,2). Sum of RGB (Red+Green+Blue) = 84+84+2=170 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.41% from 170); Green value is 84 (33.20% from 255 or 49.41% from 170); Blue value is 2 (1.17% from 255 or 1.18% from 170); Max value from RGB is 84 - color contains mainly: red, green. Hex color #545402 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545402 is #ABABFD. Grayscale: #4A4A4A. Windows color (decimal): -11250686 or 152660. OLE color: 152660.

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

Color convert

RGB 84 84 2 -
CMYK 0 0 0.98 0.67
HSL 60º 0.95% 0.17% -
HSV(B) 60º 0.98% 0.33% -
XYZ 6.84 8.23 1.29 -
YUV 74.65 87 134.67 -
System Red Green Blue C M Y K H S L
Decimal 84 84 2 0 0 0.98 0.67 60 0.95 0.17
Hex 54 54 2 0 0 62 43 3C 5F 11
Octal 124 124 2 0 0 142 103 74 137 21
Binary 1010100 1010100 10 0 0 1100010 1000011 111100 1011111 10001

Color Harmonies of #545402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545402

Black with #545402

Text Example


Text Example

White with #545402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545402; }

 p { color: rgb(84,84,2); }

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

background-color css

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

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

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

border-color css

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

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

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