#39650A

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

Shades of Verdun Green #39650A

Tints of Verdun Green #39650A

Color information

#39650A (or 0x39650A) is unknown color: approx Verdun Green. HEX triplet: 39, 65 and 0A. RGB value is (57,101,10). Sum of RGB (Red+Green+Blue) = 57+101+10=168 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.93% from 168); Green value is 101 (39.84% from 255 or 60.12% from 168); Blue value is 10 (4.30% from 255 or 5.95% from 168); Max value from RGB is 101 - color contains mainly: green. Hex color #39650A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #39650A is #C69AF5. Grayscale: #4D4D4D. Windows color (decimal): -13015798 or 681273. OLE color: 681273.

HSL color Cylindrical-coordinate representation of color #39650A: hue angle of 89.01º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #39650A is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.60.

Color convert

RGB5710110-
CMYK0.4400.900.60
HSL89.01º81.98%21.76%-
HSV(B)89.01º90.1%39.61%-
XYZ6.410.21.92-
YUV77.4789.92113.4-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.93%
GREEN value IS 101 (39.84% from 255) = 60.12%
BLUE value IS 10 (4.30% from 255) = 5.95%
R=33.93%
G=60.12%
B=5.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal57101100.4400.900.6089.0181.9821.76
Hex3965A2C05A3C595216
Octal71145125401327413112226
Binary11100111001011010101100010110101111001011001101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39650A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39650A; }

 p { color: rgb(57,101,10); }

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

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

 a { background-color: rgb(57,101,10); }

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

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

 span { border-color: rgb(57,101,10); }

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