#0D4C23

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

Shades of Zuccini #0D4C23

Tints of Zuccini #0D4C23

Color information

#0D4C23 (or 0x0D4C23) is unknown color: approx Zuccini. HEX triplet: 0D, 4C and 23. RGB value is (13,76,35). Sum of RGB (Red+Green+Blue) = 13+76+35=124 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.48% from 124); Green value is 76 (30.08% from 255 or 61.29% from 124); Blue value is 35 (14.06% from 255 or 28.23% from 124); Max value from RGB is 76 - color contains mainly: green. Hex color #0D4C23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4C23 is #F2B3DC. Grayscale: #343434. Windows color (decimal): -15905757 or 2313229. OLE color: 2313229.

HSL color Cylindrical-coordinate representation of color #0D4C23: hue angle of 140.95º degrees, saturation: 0.71, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D4C23 is Cyan = 0.83, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.70.

Color convert

RGB137635-
CMYK0.8300.540.70
HSL140.95º70.79%17.45%-
HSV(B)140.95º82.89%29.8%-
XYZ3.055.382.47-
YUV52.49118.1399.83-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.48%
GREEN value IS 76 (30.08% from 255) = 61.29%
BLUE value IS 35 (14.06% from 255) = 28.23%
R=10.48%
G=61.29%
B=28.23%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1376350.8300.540.70140.9570.7917.45
HexD4C2353036468d4711
Octal151144312306610621510721
Binary1101100110010001110100110110110100011010001101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,76,35); }

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

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

 a { background-color: rgb(13,76,35); }

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

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

 span { border-color: rgb(13,76,35); }

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