#42650F

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

Shades of Verdun Green #42650F

Tints of Verdun Green #42650F

Color information

#42650F (or 0x42650F) is unknown color: approx Verdun Green. HEX triplet: 42, 65 and 0F. RGB value is (66,101,15). Sum of RGB (Red+Green+Blue) = 66+101+15=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 101 (39.84% from 255 or 55.49% from 182); Blue value is 15 (6.25% from 255 or 8.24% from 182); Max value from RGB is 101 - color contains mainly: green. Hex color #42650F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42650F is #BD9AF0. Grayscale: #515151. Windows color (decimal): -12425969 or 1008962. OLE color: 1008962.

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

Color convert

RGB6610115-
CMYK0.3500.850.60
HSL84.42º74.14%22.75%-
HSV(B)84.42º85.15%39.61%-
XYZ6.9910.52.11-
YUV80.7390.9117.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.26%
GREEN value IS 101 (39.84% from 255) = 55.49%
BLUE value IS 15 (6.25% from 255) = 8.24%
R=36.26%
G=55.49%
B=8.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal66101150.3500.850.6084.4274.1422.75
Hex4265F230553C544a17
Octal102145174301257412411227
Binary100001011001011111100011010101011111001010100100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42650F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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