#454203

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

Shades of Verdun Green #454203

Tints of Verdun Green #454203

Color information

#454203 (or 0x454203) is unknown color: approx Verdun Green. HEX triplet: 45, 42 and 03. RGB value is (69,66,3). Sum of RGB (Red+Green+Blue) = 69+66+3=138 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50% from 138); Green value is 66 (26.17% from 255 or 47.83% from 138); Blue value is 3 (1.56% from 255 or 2.17% from 138); Max value from RGB is 69 - color contains mainly: red. Hex color #454203 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454203 is #BABDFC. Grayscale: #3B3B3B. Windows color (decimal): -12238333 or 213573. OLE color: 213573.

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

Color convert

RGB69663-
CMYK00.040.960.73
HSL57.27º91.67%14.12%-
HSV(B)57.27º95.65%27.06%-
XYZ4.425.170.85-
YUV59.7295.99134.62-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 50%
GREEN value IS 66 (26.17% from 255) = 47.83%
BLUE value IS 3 (1.56% from 255) = 2.17%
R=50%
G=47.83%
B=2.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.96
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6966300.040.960.7357.2791.6714.12
Hex45423046049395ce
Octal1051023041401117113416
Binary100010110000101101001100000100100111100110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454203; }

 p { color: rgb(69,66,3); }

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

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

 a { background-color: rgb(69,66,3); }

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

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

 span { border-color: rgb(69,66,3); }

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