Html Css Color HEX #546302 Verdun Green

📋 copy color: '#546302'

red 84 ◦ green 99 ◦ blue 2

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

Shades of Verdun Green #546302

Tints of Verdun Green #546302

RGB

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

 GREEN value IS 99 (39.06% from 255) = 53.51%

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

R = 45.41%
G = 53.51%
B = 1.08%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#546302 (or 0x546302) is known color: Verdun Green. HEX triplet: 54, 63 and 02. RGB value is (84,99,2). Sum of RGB (Red+Green+Blue) = 84+99+2=185 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.41% from 185); Green value is 99 (39.06% from 255 or 53.51% from 185); Blue value is 2 (1.17% from 255 or 1.08% from 185); Max value from RGB is 99 - color contains mainly: green. Hex color #546302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #546302 is #AB9CFD. Grayscale: #535353. Windows color (decimal): -11246846 or 156500. OLE color: 156500.

HSL color Cylindrical-coordinate representation of color #546302: hue angle of 69.28º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #546302 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.61.

Color convert

RGB 84 99 2 -
CMYK 0.15 0 0.98 0.61
HSL 69.28º 0.96% 0.2% -
HSV(B) 69.28º 0.98% 0.39% -
XYZ 8.13 10.81 1.72 -
YUV 83.46 82.03 128.39 -
System Red Green Blue C M Y K H S L
Decimal 84 99 2 0.15 0 0.98 0.61 69.28 0.96 0.2
Hex 54 63 2 F 0 62 3D 45 60 14
Octal 124 143 2 17 0 142 75 105 140 24
Binary 1010100 1100011 10 1111 0 1100010 111101 1000101 1100000 10100

Color Harmonies of #546302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546302

Black with #546302

Text Example


Text Example

White with #546302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546302; }

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

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

background-color css

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

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

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

border-color css

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

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

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