#0F4026

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

Shades of Zuccini #0F4026

Tints of Zuccini #0F4026

Color information

#0F4026 (or 0x0F4026) is unknown color: approx Zuccini. HEX triplet: 0F, 40 and 26. RGB value is (15,64,38). Sum of RGB (Red+Green+Blue) = 15+64+38=117 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.82% from 117); Green value is 64 (25.39% from 255 or 54.70% from 117); Blue value is 38 (15.23% from 255 or 32.48% from 117); Max value from RGB is 64 - color contains mainly: green. Hex color #0F4026 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4026 is #F0BFD9. Grayscale: #2E2E2E. Windows color (decimal): -15777754 or 2506767. OLE color: 2506767.

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

Color convert

RGB156438-
CMYK0.7700.410.75
HSL148.16º62.03%15.49%-
HSV(B)148.16º76.56%25.1%-
XYZ2.383.912.46-
YUV46.38123.27105.61-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.82%
GREEN value IS 64 (25.39% from 255) = 54.70%
BLUE value IS 38 (15.23% from 255) = 32.48%
R=12.82%
G=54.70%
B=32.48%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1564380.7700.410.75148.1662.0315.49
HexF40264D0294B943ef
Octal17100461150511132247617
Binary11111000000100110100110101010011001011100101001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,64,38); }

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

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

 a { background-color: rgb(15,64,38); }

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

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

 span { border-color: rgb(15,64,38); }

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