Html Css Color HEX #545002 Verdun Green

📋 copy color: '#545002'

red 84 ◦ green 80 ◦ blue 2

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

Shades of Verdun Green #545002

Tints of Verdun Green #545002

RGB

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

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

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

R = 50.6%
G = 48.19%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#545002 (or 0x545002) is known color: Verdun Green. HEX triplet: 54, 50 and 02. RGB value is (84,80,2). Sum of RGB (Red+Green+Blue) = 84+80+2=166 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.60% from 166); Green value is 80 (31.64% from 255 or 48.19% from 166); Blue value is 2 (1.17% from 255 or 1.20% from 166); Max value from RGB is 84 - color contains mainly: red. Hex color #545002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545002 is #ABAFFD. Grayscale: #484848. Windows color (decimal): -11251710 or 151636. OLE color: 151636.

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

Color convert

RGB 84 80 2 -
CMYK 0 0.05 0.98 0.67
HSL 57.07º 0.95% 0.17% -
HSV(B) 57.07º 0.98% 0.33% -
XYZ 6.54 7.63 1.19 -
YUV 72.3 88.33 136.34 -
System Red Green Blue C M Y K H S L
Decimal 84 80 2 0 0.05 0.98 0.67 57.07 0.95 0.17
Hex 54 50 2 0 5 62 43 39 5F 11
Octal 124 120 2 0 5 142 103 71 137 21
Binary 1010100 1010000 10 0 101 1100010 1000011 111001 1011111 10001

Color Harmonies of #545002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545002

Black with #545002

Text Example


Text Example

White with #545002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545002; }

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

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

background-color css

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

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

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

border-color css

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

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

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