#455308

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

Shades of Verdun Green #455308

Tints of Verdun Green #455308

Color information

#455308 (or 0x455308) is unknown color: approx Verdun Green. HEX triplet: 45, 53 and 08. RGB value is (69,83,8). Sum of RGB (Red+Green+Blue) = 69+83+8=160 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.12% from 160); Green value is 83 (32.81% from 255 or 51.88% from 160); Blue value is 8 (3.52% from 255 or 5% from 160); Max value from RGB is 83 - color contains mainly: green. Hex color #455308 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455308 is #BAACF7. Grayscale: #464646. Windows color (decimal): -12233976 or 545605. OLE color: 545605.

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

Color convert

RGB69838-
CMYK0.1700.900.67
HSL71.2º82.42%17.84%-
HSV(B)71.2º90.36%32.55%-
XYZ5.597.471.38-
YUV70.2692.86127.1-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.12%
GREEN value IS 83 (32.81% from 255) = 51.88%
BLUE value IS 8 (3.52% from 255) = 5%
R=43.12%
G=51.88%
B=5%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal698380.1700.900.6771.282.4217.84
Hex455381105A43475212
Octal1051231021013210310712222
Binary100010110100111000100010101101010000111000111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455308; }

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

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

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

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

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

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

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

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