#0F4831

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

Shades of Zuccini #0F4831

Tints of Zuccini #0F4831

Color information

#0F4831 (or 0x0F4831) is unknown color: approx Zuccini. HEX triplet: 0F, 48 and 31. RGB value is (15,72,49). Sum of RGB (Red+Green+Blue) = 15+72+49=136 (18% of max value = 765). Red value is 15 (6.25% from 255 or 11.03% from 136); Green value is 72 (28.52% from 255 or 52.94% from 136); Blue value is 49 (19.53% from 255 or 36.03% from 136); Max value from RGB is 72 - color contains mainly: green. Hex color #0F4831 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4831 is #F0B7CE. Grayscale: #343434. Windows color (decimal): -15775695 or 3229711. OLE color: 3229711.

HSL color Cylindrical-coordinate representation of color #0F4831: hue angle of 155.79º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0F4831 is Cyan = 0.79, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB157249-
CMYK0.7900.320.72
HSL155.79º65.52%17.06%-
HSV(B)155.79º79.17%28.24%-
XYZ3.074.963.7-
YUV52.33126.12101.37-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.03%
GREEN value IS 72 (28.52% from 255) = 52.94%
BLUE value IS 49 (19.53% from 255) = 36.03%
R=11.03%
G=52.94%
B=36.03%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1572490.7900.320.72155.7965.5217.06
HexF48314F020489c4211
Octal171106111704011023410221
Binary1111100100011000110011110100000100100010011100100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,72,49); }

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

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

 a { background-color: rgb(15,72,49); }

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

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

 span { border-color: rgb(15,72,49); }

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