#42650C

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

Shades of Verdun Green #42650C

Tints of Verdun Green #42650C

Color information

#42650C (or 0x42650C) is unknown color: approx Verdun Green. HEX triplet: 42, 65 and 0C. RGB value is (66,101,12). Sum of RGB (Red+Green+Blue) = 66+101+12=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 101 (39.84% from 255 or 56.42% from 179); Blue value is 12 (5.08% from 255 or 6.70% from 179); Max value from RGB is 101 - color contains mainly: green. Hex color #42650C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42650C is #BD9AF3. Grayscale: #505050. Windows color (decimal): -12425972 or 812354. OLE color: 812354.

HSL color Cylindrical-coordinate representation of color #42650C: hue angle of 83.6º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42650C is Cyan = 0.35, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.60.

Color convert

RGB6610112-
CMYK0.3500.880.60
HSL83.6º78.76%22.16%-
HSV(B)83.6º88.12%39.61%-
XYZ6.9710.492.01-
YUV80.3989.4117.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.87%
GREEN value IS 101 (39.84% from 255) = 56.42%
BLUE value IS 12 (5.08% from 255) = 6.70%
R=36.87%
G=56.42%
B=6.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal66101120.3500.880.6083.678.7622.16
Hex4265C230583C544f16
Octal102145144301307412411726
Binary100001011001011100100011010110001111001010100100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42650C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,101,12); }

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

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

 a { background-color: rgb(66,101,12); }

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

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

 span { border-color: rgb(66,101,12); }

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