#10452B

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

Shades of Zuccini #10452B

Tints of Zuccini #10452B

Color information

#10452B (or 0x10452B) is unknown color: approx Zuccini. HEX triplet: 10, 45 and 2B. RGB value is (16,69,43). Sum of RGB (Red+Green+Blue) = 16+69+43=128 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.5% from 128); Green value is 69 (27.34% from 255 or 53.91% from 128); Blue value is 43 (17.19% from 255 or 33.59% from 128); Max value from RGB is 69 - color contains mainly: green. Hex color #10452B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10452B is #EFBAD4. Grayscale: #323232. Windows color (decimal): -15710933 or 2835728. OLE color: 2835728.

HSL color Cylindrical-coordinate representation of color #10452B: hue angle of 150.57º 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 #10452B is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.73.

Color convert

RGB166943-
CMYK0.7700.380.73
HSL150.57º62.35%16.67%-
HSV(B)150.57º76.81%27.06%-
XYZ2.784.543.02-
YUV50.19123.94103.61-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.5%
GREEN value IS 69 (27.34% from 255) = 53.91%
BLUE value IS 43 (17.19% from 255) = 33.59%
R=12.5%
G=53.91%
B=33.59%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1669430.7700.380.73150.5762.3516.67
Hex10452B4D02649973e11
Octal20105531150461112277621
Binary1000010001011010111001101010011010010011001011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10452B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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