#54630C

Color #54630C Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #54630C

Tints of Verdun Green #54630C

Color information

#54630C (or 0x54630C) is unknown color: approx Verdun Green. HEX triplet: 54, 63 and 0C. RGB value is (84,99,12). Sum of RGB (Red+Green+Blue) = 84+99+12=195 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.08% from 195); Green value is 99 (39.06% from 255 or 50.77% from 195); Blue value is 12 (5.08% from 255 or 6.15% from 195); Max value from RGB is 99 - color contains mainly: green. Hex color #54630C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54630C is #AB9CF3. Grayscale: #545454. Windows color (decimal): -11246836 or 811860. OLE color: 811860.

HSL color Cylindrical-coordinate representation of color #54630C: hue angle of 70.34º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #54630C is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB849912-
CMYK0.1500.880.61
HSL70.34º78.38%21.76%-
HSV(B)70.34º87.88%38.82%-
XYZ8.1810.842.01-
YUV84.687.03127.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.08%
GREEN value IS 99 (39.06% from 255) = 50.77%
BLUE value IS 12 (5.08% from 255) = 6.15%
R=43.08%
G=50.77%
B=6.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8499120.1500.880.6170.3478.3821.76
Hex5463CF0583D464e16
Octal124143141701307510611626
Binary1010100110001111001111010110001111011000110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54630C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #54630C;
 }
 .AnyTagClassName
 {
   color: #54630C;
 }
</style>
background-color css

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

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

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

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

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

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