#45521E

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

Shades of Verdun Green #45521E

Tints of Verdun Green #45521E

Color information

#45521E (or 0x45521E) is unknown color: approx Verdun Green. HEX triplet: 45, 52 and 1E. RGB value is (69,82,30). Sum of RGB (Red+Green+Blue) = 69+82+30=181 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.12% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 30 (12.11% from 255 or 16.57% from 181); Max value from RGB is 82 - color contains mainly: green. Hex color #45521E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45521E is #BAADE1. Grayscale: #484848. Windows color (decimal): -12234210 or 1987141. OLE color: 1987141.

HSL color Cylindrical-coordinate representation of color #45521E: hue angle of 75º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #45521E is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.68.

Color convert

RGB698230-
CMYK0.1600.630.68
HSL75º46.43%21.96%-
HSV(B)75º63.41%32.16%-
XYZ5.717.392.35-
YUV72.18104.19125.73-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.12%
GREEN value IS 82 (32.42% from 255) = 45.30%
BLUE value IS 30 (12.11% from 255) = 16.57%
R=38.12%
G=45.30%
B=16.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6982300.1600.630.687546.4321.96
Hex45521E1003F444b2e16
Octal10512236200771041135626
Binary10001011010010111101000001111111000100100101110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45521E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45521E; }

 p { color: rgb(69,82,30); }

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

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

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

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

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

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

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