#0F4724

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

Shades of Zuccini #0F4724

Tints of Zuccini #0F4724

Color information

#0F4724 (or 0x0F4724) is unknown color: approx Zuccini. HEX triplet: 0F, 47 and 24. RGB value is (15,71,36). Sum of RGB (Red+Green+Blue) = 15+71+36=122 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.30% from 122); Green value is 71 (28.12% from 255 or 58.20% from 122); Blue value is 36 (14.45% from 255 or 29.51% from 122); Max value from RGB is 71 - color contains mainly: green. Hex color #0F4724 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4724 is #F0B8DB. Grayscale: #323232. Windows color (decimal): -15775964 or 2377487. OLE color: 2377487.

HSL color Cylindrical-coordinate representation of color #0F4724: hue angle of 142.5º degrees, saturation: 0.65, 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 #0F4724 is Cyan = 0.79, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.72.

Color convert

RGB157136-
CMYK0.7900.490.72
HSL142.5º65.12%16.86%-
HSV(B)142.5º78.87%27.84%-
XYZ2.774.742.44-
YUV50.27119.95102.85-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.30%
GREEN value IS 71 (28.12% from 255) = 58.20%
BLUE value IS 36 (14.45% from 255) = 29.51%
R=12.30%
G=58.20%
B=29.51%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1571360.7900.490.72142.565.1216.86
HexF47244F031488e4111
Octal171074411706111021610121
Binary1111100011110010010011110110001100100010001110100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,71,36); }

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

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

 a { background-color: rgb(15,71,36); }

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

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

 span { border-color: rgb(15,71,36); }

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