#10482A

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

Shades of Zuccini #10482A

Tints of Zuccini #10482A

Color information

#10482A (or 0x10482A) is unknown color: approx Zuccini. HEX triplet: 10, 48 and 2A. RGB value is (16,72,42). Sum of RGB (Red+Green+Blue) = 16+72+42=130 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.31% from 130); Green value is 72 (28.52% from 255 or 55.38% from 130); Blue value is 42 (16.80% from 255 or 32.31% from 130); Max value from RGB is 72 - color contains mainly: green. Hex color #10482A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10482A is #EFB7D5. Grayscale: #333333. Windows color (decimal): -15710166 or 2770960. OLE color: 2770960.

HSL color Cylindrical-coordinate representation of color #10482A: hue angle of 147.86º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #10482A is Cyan = 0.78, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB167242-
CMYK0.7800.420.72
HSL147.86º63.64%17.25%-
HSV(B)147.86º77.78%28.24%-
XYZ2.954.912.98-
YUV51.84122.45102.44-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.31%
GREEN value IS 72 (28.52% from 255) = 55.38%
BLUE value IS 42 (16.80% from 255) = 32.31%
R=12.31%
G=55.38%
B=32.31%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1672420.7800.420.72147.8663.6417.25
Hex10482A4E02A48944011
Octal201105211605211022410021
Binary10000100100010101010011100101010100100010010100100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10482A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10482A; }

 p { color: rgb(16,72,42); }

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

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

 a { background-color: rgb(16,72,42); }

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

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

 span { border-color: rgb(16,72,42); }

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