#454503

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

Shades of Verdun Green #454503

Tints of Verdun Green #454503

Color information

#454503 (or 0x454503) is unknown color: approx Verdun Green. HEX triplet: 45, 45 and 03. RGB value is (69,69,3). Sum of RGB (Red+Green+Blue) = 69+69+3=141 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.94% from 141); Green value is 69 (27.34% from 255 or 48.94% from 141); Blue value is 3 (1.56% from 255 or 2.13% from 141); Max value from RGB is 69 - color contains mainly: red, green. Hex color #454503 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454503 is #BABAFC. Grayscale: #3D3D3D. Windows color (decimal): -12237565 or 214341. OLE color: 214341.

HSL color Cylindrical-coordinate representation of color #454503: hue angle of 60º 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 #454503 is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.73.

Color convert

RGB69693-
CMYK000.960.73
HSL60º91.67%14.12%-
HSV(B)60º95.65%27.06%-
XYZ4.65.530.91-
YUV61.4895133.37-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 48.94%
GREEN value IS 69 (27.34% from 255) = 48.94%
BLUE value IS 3 (1.56% from 255) = 2.13%
R=48.94%
G=48.94%
B=2.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69693000.960.736091.6714.12
Hex454530060493c5ce
Octal1051053001401117413416
Binary1000101100010111001100000100100111110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454503; }

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

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

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

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

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

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

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

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