#45450C

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

Shades of Verdun Green #45450C

Tints of Verdun Green #45450C

Color information

#45450C (or 0x45450C) is unknown color: approx Verdun Green. HEX triplet: 45, 45 and 0C. RGB value is (69,69,12). Sum of RGB (Red+Green+Blue) = 69+69+12=150 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46% from 150); Green value is 69 (27.34% from 255 or 46% from 150); Blue value is 12 (5.08% from 255 or 8% from 150); Max value from RGB is 69 - color contains mainly: red, green. Hex color #45450C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #45450C is #BABAF3. Grayscale: #3E3E3E. Windows color (decimal): -12237556 or 804165. OLE color: 804165.

HSL color Cylindrical-coordinate representation of color #45450C: hue angle of 60º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #45450C is Cyan = 0, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.73.

Color convert

RGB696912-
CMYK000.830.73
HSL60º70.37%15.88%-
HSV(B)60º82.61%27.06%-
XYZ4.655.551.17-
YUV62.599.5132.63-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46%
GREEN value IS 69 (27.34% from 255) = 46%
BLUE value IS 12 (5.08% from 255) = 8%
R=46%
G=46%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal696912000.830.736070.3715.88
Hex4545C0053493c4610
Octal10510514001231117410620
Binary1000101100010111000010100111001001111100100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45450C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45450C; }

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

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

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

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

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

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

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

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