#10452e

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

Shades of Zuccini #10452E

Tints of Zuccini #10452E

Color information

#10452E (or 0x10452E) is unknown color: approx Zuccini. HEX triplet: 10, 45 and 2E. RGB value is (16,69,46). Sum of RGB (Red+Green+Blue) = 16+69+46=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 69 (27.34% from 255 or 52.67% from 131); Blue value is 46 (18.36% from 255 or 35.11% from 131); Max value from RGB is 69 - color contains mainly: green. Hex color #10452E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10452E is #EFBAD1. Grayscale: #323232. Windows color (decimal): -15710930 or 3032336. OLE color: 3032336.

HSL color Cylindrical-coordinate representation of color #10452E: hue angle of 153.96º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #10452E is Cyan = 0.77, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.

Color convert

RGB166946-
CMYK0.7700.330.73
HSL153.96º62.35%16.67%-
HSV(B)153.96º76.81%27.06%-
XYZ2.834.563.32-
YUV50.53125.44103.37-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.21%
GREEN value IS 69 (27.34% from 255) = 52.67%
BLUE value IS 46 (18.36% from 255) = 35.11%
R=12.21%
G=52.67%
B=35.11%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1669460.7700.330.73153.9662.3516.67
Hex10452E4D021499a3e11
Octal20105561150411112327621
Binary1000010001011011101001101010000110010011001101011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10452e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10452e; }

 p { color: rgb(16,69,46); }

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

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

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

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

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

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

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