#454C03

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

Shades of Verdun Green #454C03

Tints of Verdun Green #454C03

Color information

#454C03 (or 0x454C03) is unknown color: approx Verdun Green. HEX triplet: 45, 4C and 03. RGB value is (69,76,3). Sum of RGB (Red+Green+Blue) = 69+76+3=148 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.62% from 148); Green value is 76 (30.08% from 255 or 51.35% from 148); Blue value is 3 (1.56% from 255 or 2.03% from 148); Max value from RGB is 76 - color contains mainly: green. Hex color #454C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454C03 is #BAB3FC. Grayscale: #414141. Windows color (decimal): -12235773 or 216133. OLE color: 216133.

HSL color Cylindrical-coordinate representation of color #454C03: hue angle of 65.75º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #454C03 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.70.

Color convert

RGB69763-
CMYK0.0900.960.70
HSL65.75º92.41%15.49%-
HSV(B)65.75º96.05%29.8%-
XYZ5.066.441.06-
YUV65.5892.68130.44-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46.62%
GREEN value IS 76 (30.08% from 255) = 51.35%
BLUE value IS 3 (1.56% from 255) = 2.03%
R=46.62%
G=51.35%
B=2.03%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal697630.0900.960.7065.7592.4115.49
Hex454C3906046425cf
Octal105114311014010610213417
Binary10001011001100111001011000001000110100001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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