#0F4630

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

Shades of Zuccini #0F4630

Tints of Zuccini #0F4630

Color information

#0F4630 (or 0x0F4630) is unknown color: approx Zuccini. HEX triplet: 0F, 46 and 30. RGB value is (15,70,48). Sum of RGB (Red+Green+Blue) = 15+70+48=133 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.28% from 133); Green value is 70 (27.73% from 255 or 52.63% from 133); Blue value is 48 (19.14% from 255 or 36.09% from 133); Max value from RGB is 70 - color contains mainly: green. Hex color #0F4630 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4630 is #F0B9CF. Grayscale: #333333. Windows color (decimal): -15776208 or 3163663. OLE color: 3163663.

HSL color Cylindrical-coordinate representation of color #0F4630: hue angle of 156º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F4630 is Cyan = 0.79, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB157048-
CMYK0.7900.310.73
HSL156º64.71%16.67%-
HSV(B)156º78.57%27.45%-
XYZ2.924.73.55-
YUV51.05126.28102.29-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.28%
GREEN value IS 70 (27.73% from 255) = 52.63%
BLUE value IS 48 (19.14% from 255) = 36.09%
R=11.28%
G=52.63%
B=36.09%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1570480.7900.310.7315664.7116.67
HexF46304F01F499c4111
Octal171066011703711123410121
Binary111110001101100001001111011111100100110011100100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F4630; }

 p { color: rgb(15,70,48); }

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

<style>
 a { background-color: #0F4630; }

 a { background-color: rgb(15,70,48); }

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

<style>
 span { border-color: #0F4630; }

 span { border-color: rgb(15,70,48); }

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