#0D4526

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

Shades of Zuccini #0D4526

Tints of Zuccini #0D4526

Color information

#0D4526 (or 0x0D4526) is unknown color: approx Zuccini. HEX triplet: 0D, 45 and 26. RGB value is (13,69,38). Sum of RGB (Red+Green+Blue) = 13+69+38=120 (15% of max value = 765). Red value is 13 (5.47% from 255 or 10.83% from 120); Green value is 69 (27.34% from 255 or 57.5% from 120); Blue value is 38 (15.23% from 255 or 31.67% from 120); Max value from RGB is 69 - color contains mainly: green. Hex color #0D4526 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4526 is #F2BAD9. Grayscale: #303030. Windows color (decimal): -15907546 or 2508045. OLE color: 2508045.

HSL color Cylindrical-coordinate representation of color #0D4526: hue angle of 146.79º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D4526 is Cyan = 0.81, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.73.

Color convert

RGB136938-
CMYK0.8100.450.73
HSL146.79º68.29%16.08%-
HSV(B)146.79º81.16%27.06%-
XYZ2.644.482.56-
YUV48.72121.95102.52-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.83%
GREEN value IS 69 (27.34% from 255) = 57.5%
BLUE value IS 38 (15.23% from 255) = 31.67%
R=10.83%
G=57.5%
B=31.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1369380.8100.450.73146.7968.2916.08
HexD45265102D49934410
Octal151054612105511122310420
Binary1101100010110011010100010101101100100110010011100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,69,38); }

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

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

 a { background-color: rgb(13,69,38); }

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

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

 span { border-color: rgb(13,69,38); }

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