#456C03

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

Shades of Verdun Green #456C03

Tints of Verdun Green #456C03

Color information

#456C03 (or 0x456C03) is unknown color: approx Verdun Green. HEX triplet: 45, 6C and 03. RGB value is (69,108,3). Sum of RGB (Red+Green+Blue) = 69+108+3=180 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.33% from 180); Green value is 108 (42.58% from 255 or 60% from 180); Blue value is 3 (1.56% from 255 or 1.67% from 180); Max value from RGB is 108 - color contains mainly: green. Hex color #456C03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456C03 is #BA93FC. Grayscale: #545454. Windows color (decimal): -12227581 or 224325. OLE color: 224325.

HSL color Cylindrical-coordinate representation of color #456C03: hue angle of 82.29º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #456C03 is Cyan = 0.36, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.58.

Color convert

RGB691083-
CMYK0.3600.970.58
HSL82.29º94.59%21.76%-
HSV(B)82.29º97.22%42.35%-
XYZ7.83121.99-
YUV84.3782.08117.04-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.33%
GREEN value IS 108 (42.58% from 255) = 60%
BLUE value IS 3 (1.56% from 255) = 1.67%
R=38.33%
G=60%
B=1.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6910830.3600.970.5882.2994.5921.76
Hex456C3240613A525f16
Octal10515434401417212213726
Binary1000101110110011100100011000011110101010010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456C03; }

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

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

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

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

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

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

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

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