#0F4125

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

Shades of Zuccini #0F4125

Tints of Zuccini #0F4125

Color information

#0F4125 (or 0x0F4125) is unknown color: approx Zuccini. HEX triplet: 0F, 41 and 25. RGB value is (15,65,37). Sum of RGB (Red+Green+Blue) = 15+65+37=117 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.82% from 117); Green value is 65 (25.78% from 255 or 55.56% from 117); Blue value is 37 (14.84% from 255 or 31.62% from 117); Max value from RGB is 65 - color contains mainly: green. Hex color #0F4125 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4125 is #F0BEDA. Grayscale: #2E2E2E. Windows color (decimal): -15777499 or 2441487. OLE color: 2441487.

HSL color Cylindrical-coordinate representation of color #0F4125: hue angle of 146.4º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0F4125 is Cyan = 0.77, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.75.

Color convert

RGB156537-
CMYK0.7700.430.75
HSL146.4º62.5%15.69%-
HSV(B)146.4º76.92%25.49%-
XYZ2.424.022.4-
YUV46.86122.44105.28-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.82%
GREEN value IS 65 (25.78% from 255) = 55.56%
BLUE value IS 37 (14.84% from 255) = 31.62%
R=12.82%
G=55.56%
B=31.62%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1565370.7700.430.75146.462.515.69
HexF41254D02B4B923e10
Octal17101451150531132227620
Binary111110000011001011001101010101110010111001001011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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