#454302

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

Shades of Verdun Green #454302

Tints of Verdun Green #454302

Color information

#454302 (or 0x454302) is unknown color: approx Verdun Green. HEX triplet: 45, 43 and 02. RGB value is (69,67,2). Sum of RGB (Red+Green+Blue) = 69+67+2=138 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50% from 138); Green value is 67 (26.56% from 255 or 48.55% from 138); Blue value is 2 (1.17% from 255 or 1.45% from 138); Max value from RGB is 69 - color contains mainly: red. Hex color #454302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454302 is #BABCFD. Grayscale: #3C3C3C. Windows color (decimal): -12238078 or 148293. OLE color: 148293.

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

Color convert

RGB69672-
CMYK00.030.970.73
HSL58.21º94.37%13.92%-
HSV(B)58.21º97.1%27.06%-
XYZ4.475.280.84-
YUV60.1995.16134.29-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 50%
GREEN value IS 67 (26.56% from 255) = 48.55%
BLUE value IS 2 (1.17% from 255) = 1.45%
R=50%
G=48.55%
B=1.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6967200.030.970.7358.2194.3713.92
Hex454320361493a5ee
Octal1051032031411117213616
Binary10001011000011100111100001100100111101010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454302; }

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

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

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

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

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

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

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

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