Html Css Color HEX #545302 Verdun Green

📋 copy color: '#545302'

red 84 ◦ green 83 ◦ blue 2

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

Shades of Verdun Green #545302

Tints of Verdun Green #545302

RGB

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

 GREEN value IS 83 (32.81% from 255) = 49.11%

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

R = 49.7%
G = 49.11%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#545302 (or 0x545302) is known color: Verdun Green. HEX triplet: 54, 53 and 02. RGB value is (84,83,2). Sum of RGB (Red+Green+Blue) = 84+83+2=169 (22% of max value = 765). Red value is 84 (33.20% from 255 or 49.70% from 169); Green value is 83 (32.81% from 255 or 49.11% from 169); Blue value is 2 (1.17% from 255 or 1.18% from 169); Max value from RGB is 84 - color contains mainly: red. Hex color #545302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #545302 is #ABACFD. Grayscale: #4A4A4A. Windows color (decimal): -11250942 or 152404. OLE color: 152404.

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

Color convert

RGB 84 83 2 -
CMYK 0 0.01 0.98 0.67
HSL 59.27º 0.95% 0.17% -
HSV(B) 59.27º 0.98% 0.33% -
XYZ 6.76 8.08 1.26 -
YUV 74.07 87.33 135.09 -
System Red Green Blue C M Y K H S L
Decimal 84 83 2 0 0.01 0.98 0.67 59.27 0.95 0.17
Hex 54 53 2 0 1 62 43 3B 5F 11
Octal 124 123 2 0 1 142 103 73 137 21
Binary 1010100 1010011 10 0 1 1100010 1000011 111011 1011111 10001

Color Harmonies of #545302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #545302

Black with #545302

Text Example


Text Example

White with #545302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #545302; }

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

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

background-color css

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

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

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

border-color css

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

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

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