#42610B

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

Shades of Verdun Green #42610B

Tints of Verdun Green #42610B

Color information

#42610B (or 0x42610B) is unknown color: approx Verdun Green. HEX triplet: 42, 61 and 0B. RGB value is (66,97,11). Sum of RGB (Red+Green+Blue) = 66+97+11=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 97 (38.28% from 255 or 55.75% from 174); Blue value is 11 (4.69% from 255 or 6.32% from 174); Max value from RGB is 97 - color contains mainly: green. Hex color #42610B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #42610B is #BD9EF4. Grayscale: #4E4E4E. Windows color (decimal): -12426997 or 745794. OLE color: 745794.

HSL color Cylindrical-coordinate representation of color #42610B: hue angle of 81.63º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #42610B is Cyan = 0.32, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB669711-
CMYK0.3200.890.62
HSL81.63º79.63%21.18%-
HSV(B)81.63º88.66%38.04%-
XYZ6.589.731.85-
YUV77.9390.23119.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.93%
GREEN value IS 97 (38.28% from 255) = 55.75%
BLUE value IS 11 (4.69% from 255) = 6.32%
R=37.93%
G=55.75%
B=6.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6697110.3200.890.6281.6379.6321.18
Hex4261B200593E525015
Octal102141134001317612212025
Binary100001011000011011100000010110011111101010010101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42610B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42610B; }

 p { color: rgb(66,97,11); }

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

<style>
 a { background-color: #42610B; }

 a { background-color: rgb(66,97,11); }

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

<style>
 span { border-color: #42610B; }

 span { border-color: rgb(66,97,11); }

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