#0F4725

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

Shades of Zuccini #0F4725

Tints of Zuccini #0F4725

Color information

#0F4725 (or 0x0F4725) is unknown color: approx Zuccini. HEX triplet: 0F, 47 and 25. RGB value is (15,71,37). Sum of RGB (Red+Green+Blue) = 15+71+37=123 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.20% from 123); Green value is 71 (28.12% from 255 or 57.72% from 123); Blue value is 37 (14.84% from 255 or 30.08% from 123); Max value from RGB is 71 - color contains mainly: green. Hex color #0F4725 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4725 is #F0B8DA. Grayscale: #323232. Windows color (decimal): -15775963 or 2443023. OLE color: 2443023.

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

Color convert

RGB157137-
CMYK0.7900.480.72
HSL143.57º65.12%16.86%-
HSV(B)143.57º78.87%27.84%-
XYZ2.784.742.52-
YUV50.38120.45102.76-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.20%
GREEN value IS 71 (28.12% from 255) = 57.72%
BLUE value IS 37 (14.84% from 255) = 30.08%
R=12.20%
G=57.72%
B=30.08%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1571370.7900.480.72143.5765.1216.86
HexF47254F03048904111
Octal171074511706011022010121
Binary1111100011110010110011110110000100100010010000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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