#454303

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

Shades of Verdun Green #454303

Tints of Verdun Green #454303

Color information

#454303 (or 0x454303) is unknown color: approx Verdun Green. HEX triplet: 45, 43 and 03. RGB value is (69,67,3). Sum of RGB (Red+Green+Blue) = 69+67+3=139 (18% of max value = 765). Red value is 69 (27.34% from 255 or 49.64% from 139); Green value is 67 (26.56% from 255 or 48.20% from 139); Blue value is 3 (1.56% from 255 or 2.16% from 139); Max value from RGB is 69 - color contains mainly: red. Hex color #454303 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #454303 is #BABCFC. Grayscale: #3C3C3C. Windows color (decimal): -12238077 or 213829. OLE color: 213829.

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

Color convert

RGB69673-
CMYK00.030.960.73
HSL58.18º91.67%14.12%-
HSV(B)58.18º95.65%27.06%-
XYZ4.485.290.87-
YUV60.395.66134.2-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 49.64%
GREEN value IS 67 (26.56% from 255) = 48.20%
BLUE value IS 3 (1.56% from 255) = 2.16%
R=49.64%
G=48.20%
B=2.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.96
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6967300.030.960.7358.1891.6714.12
Hex454330360493a5ce
Octal1051033031401117213416
Binary10001011000011110111100000100100111101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454303; }

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

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

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

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

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

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

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

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