#0F4327

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

Shades of Zuccini #0F4327

Tints of Zuccini #0F4327

Color information

#0F4327 (or 0x0F4327) is unknown color: approx Zuccini. HEX triplet: 0F, 43 and 27. RGB value is (15,67,39). Sum of RGB (Red+Green+Blue) = 15+67+39=121 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.40% from 121); Green value is 67 (26.56% from 255 or 55.37% from 121); Blue value is 39 (15.62% from 255 or 32.23% from 121); Max value from RGB is 67 - color contains mainly: green. Hex color #0F4327 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4327 is #F0BCD8. Grayscale: #303030. Windows color (decimal): -15776985 or 2573071. OLE color: 2573071.

HSL color Cylindrical-coordinate representation of color #0F4327: hue angle of 147.69º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0F4327 is Cyan = 0.78, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.74.

Color convert

RGB156739-
CMYK0.7800.420.74
HSL147.69º63.41%16.08%-
HSV(B)147.69º77.61%26.27%-
XYZ2.574.262.61-
YUV48.26122.77104.28-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.40%
GREEN value IS 67 (26.56% from 255) = 55.37%
BLUE value IS 39 (15.62% from 255) = 32.23%
R=12.40%
G=55.37%
B=32.23%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1567390.7800.420.74147.6963.4116.08
HexF43274E02A4A943f10
Octal17103471160521122247720
Binary111110000111001111001110010101010010101001010011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,67,39); }

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

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

 a { background-color: rgb(15,67,39); }

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

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

 span { border-color: rgb(15,67,39); }

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