Html Css Color HEX #54600C Verdun Green

📋 copy color: '#54600C'

red 84 ◦ green 96 ◦ blue 12

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

Shades of Verdun Green #54600C

Tints of Verdun Green #54600C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 50%

 BLUE value IS 12 (5.08% from 255) = 6.25%

R = 43.75%
G = 50%
B = 6.25%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#54600C (or 0x54600C) is known color: Verdun Green. HEX triplet: 54, 60 and 0C. RGB value is (84,96,12). Sum of RGB (Red+Green+Blue) = 84+96+12=192 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.75% from 192); Green value is 96 (37.89% from 255 or 50% from 192); Blue value is 12 (5.08% from 255 or 6.25% from 192); Max value from RGB is 96 - color contains mainly: green. Hex color #54600C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54600C is #AB9FF3. Grayscale: #535353. Windows color (decimal): -11247604 or 811092. OLE color: 811092.

HSL color Cylindrical-coordinate representation of color #54600C: hue angle of 68.57º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #54600C is Cyan = 0.12, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB 84 96 12 -
CMYK 0.12 0 0.88 0.62
HSL 68.57º 0.78% 0.21% -
HSV(B) 68.57º 0.88% 0.38% -
XYZ 7.91 10.28 1.91 -
YUV 82.84 88.02 128.83 -
System Red Green Blue C M Y K H S L
Decimal 84 96 12 0.12 0 0.88 0.62 68.57 0.78 0.21
Hex 54 60 C C 0 58 3E 45 4E 15
Octal 124 140 14 14 0 130 76 105 116 25
Binary 1010100 1100000 1100 1100 0 1011000 111110 1000101 1001110 10101

Color Harmonies of #54600C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54600C

Black with #54600C

Text Example


Text Example

White with #54600C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54600C; }

 p { color: rgb(84,96,12); }

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

background-color css

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

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

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

border-color css

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

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

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