#42670F

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

Shades of Verdun Green #42670F

Tints of Verdun Green #42670F

Color information

#42670F (or 0x42670F) is unknown color: approx Verdun Green. HEX triplet: 42, 67 and 0F. RGB value is (66,103,15). Sum of RGB (Red+Green+Blue) = 66+103+15=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 103 (40.62% from 255 or 55.98% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 103 - color contains mainly: green. Hex color #42670F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42670F is #BD98F0. Grayscale: #525252. Windows color (decimal): -12425457 or 1009474. OLE color: 1009474.

HSL color Cylindrical-coordinate representation of color #42670F: hue angle of 85.23º degrees, saturation: 0.75, 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 #42670F is Cyan = 0.36, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.60.

Color convert

RGB6610315-
CMYK0.3600.850.60
HSL85.23º74.58%23.14%-
HSV(B)85.23º85.44%40.39%-
XYZ7.1810.892.18-
YUV81.990.24116.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.87%
GREEN value IS 103 (40.62% from 255) = 55.98%
BLUE value IS 15 (6.25% from 255) = 8.15%
R=35.87%
G=55.98%
B=8.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal66103150.3600.850.6085.2374.5823.14
Hex4267F240553C554b17
Octal102147174401257412511327
Binary100001011001111111100100010101011111001010101100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42670F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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