#454702

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

Shades of Verdun Green #454702

Tints of Verdun Green #454702

Color information

#454702 (or 0x454702) is unknown color: approx Verdun Green. HEX triplet: 45, 47 and 02. RGB value is (69,71,2). Sum of RGB (Red+Green+Blue) = 69+71+2=142 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.59% from 142); Green value is 71 (28.12% from 255 or 50% from 142); Blue value is 2 (1.17% from 255 or 1.41% from 142); Max value from RGB is 71 - color contains mainly: green. Hex color #454702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454702 is #BAB8FD. Grayscale: #3E3E3E. Windows color (decimal): -12237054 or 149317. OLE color: 149317.

HSL color Cylindrical-coordinate representation of color #454702: hue angle of 61.74º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #454702 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB69712-
CMYK0.0300.970.72
HSL61.74º94.52%14.31%-
HSV(B)61.74º97.18%27.84%-
XYZ4.725.780.92-
YUV62.5493.84132.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 48.59%
GREEN value IS 71 (28.12% from 255) = 50%
BLUE value IS 2 (1.17% from 255) = 1.41%
R=48.59%
G=50%
B=1.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal697120.0300.970.7261.7494.5214.31
Hex454723061483e5fe
Octal1051072301411107613716
Binary10001011000111101101100001100100011111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454702; }

 p { color: rgb(69,71,2); }

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

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

 a { background-color: rgb(69,71,2); }

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

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

 span { border-color: rgb(69,71,2); }

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