#455309

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

Shades of Verdun Green #455309

Tints of Verdun Green #455309

Color information

#455309 (or 0x455309) is unknown color: approx Verdun Green. HEX triplet: 45, 53 and 09. RGB value is (69,83,9). Sum of RGB (Red+Green+Blue) = 69+83+9=161 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.86% from 161); Green value is 83 (32.81% from 255 or 51.55% from 161); Blue value is 9 (3.91% from 255 or 5.59% from 161); Max value from RGB is 83 - color contains mainly: green. Hex color #455309 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455309 is #BAACF6. Grayscale: #464646. Windows color (decimal): -12233975 or 611141. OLE color: 611141.

HSL color Cylindrical-coordinate representation of color #455309: hue angle of 71.35º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #455309 is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB69839-
CMYK0.1700.890.67
HSL71.35º80.43%18.04%-
HSV(B)71.35º89.16%32.55%-
XYZ5.67.471.41-
YUV70.3893.36127.02-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 42.86%
GREEN value IS 83 (32.81% from 255) = 51.55%
BLUE value IS 9 (3.91% from 255) = 5.59%
R=42.86%
G=51.55%
B=5.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal698390.1700.890.6771.3580.4318.04
Hex455391105943475012
Octal1051231121013110310712022
Binary100010110100111001100010101100110000111000111101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455309; }

 p { color: rgb(69,83,9); }

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

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

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

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

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

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

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