#467102

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

Shades of Verdun Green #467102

Tints of Verdun Green #467102

Color information

#467102 (or 0x467102) is unknown color: approx Verdun Green. HEX triplet: 46, 71 and 02. RGB value is (70,113,2). Sum of RGB (Red+Green+Blue) = 70+113+2=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 113 (44.53% from 255 or 61.08% from 185); Blue value is 2 (1.17% from 255 or 1.08% from 185); Max value from RGB is 113 - color contains mainly: green. Hex color #467102 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #467102 is #B98EFD. Grayscale: #575757. Windows color (decimal): -12160766 or 160070. OLE color: 160070.

HSL color Cylindrical-coordinate representation of color #467102: hue angle of 83.24º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #467102 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB701132-
CMYK0.3800.980.56
HSL83.24º96.52%22.55%-
HSV(B)83.24º98.23%44.31%-
XYZ8.4413.122.14-
YUV87.4979.75115.53-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.84%
GREEN value IS 113 (44.53% from 255) = 61.08%
BLUE value IS 2 (1.17% from 255) = 1.08%
R=37.84%
G=61.08%
B=1.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7011320.3800.980.5683.2496.5222.55
Hex467122606238536117
Octal10616124601427012314127
Binary1000110111000110100110011000101110001010011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467102; }

 p { color: rgb(70,113,2); }

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

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

 a { background-color: rgb(70,113,2); }

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

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

 span { border-color: rgb(70,113,2); }

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