#0F432C

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

Shades of Zuccini #0F432C

Tints of Zuccini #0F432C

Color information

#0F432C (or 0x0F432C) is unknown color: approx Zuccini. HEX triplet: 0F, 43 and 2C. RGB value is (15,67,44). Sum of RGB (Red+Green+Blue) = 15+67+44=126 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.90% from 126); Green value is 67 (26.56% from 255 or 53.17% from 126); Blue value is 44 (17.58% from 255 or 34.92% from 126); Max value from RGB is 67 - color contains mainly: green. Hex color #0F432C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F432C is #F0BCD3. Grayscale: #303030. Windows color (decimal): -15776980 or 2900751. OLE color: 2900751.

HSL color Cylindrical-coordinate representation of color #0F432C: hue angle of 153.46º 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 #0F432C is Cyan = 0.78, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.74.

Color convert

RGB156744-
CMYK0.7800.340.74
HSL153.46º63.41%16.08%-
HSV(B)153.46º77.61%26.27%-
XYZ2.664.33.07-
YUV48.83125.27103.87-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.90%
GREEN value IS 67 (26.56% from 255) = 53.17%
BLUE value IS 44 (17.58% from 255) = 34.92%
R=11.90%
G=53.17%
B=34.92%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1567440.7800.340.74153.4663.4116.08
HexF432C4E0224A993f10
Octal17103541160421122317720
Binary111110000111011001001110010001010010101001100111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F432C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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