#0D4326

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

Shades of Zuccini #0D4326

Tints of Zuccini #0D4326

Color information

#0D4326 (or 0x0D4326) is unknown color: approx Zuccini. HEX triplet: 0D, 43 and 26. RGB value is (13,67,38). Sum of RGB (Red+Green+Blue) = 13+67+38=118 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.02% from 118); Green value is 67 (26.56% from 255 or 56.78% from 118); Blue value is 38 (15.23% from 255 or 32.20% from 118); Max value from RGB is 67 - color contains mainly: green. Hex color #0D4326 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D4326 is #F2BCD9. Grayscale: #2F2F2F. Windows color (decimal): -15908058 or 2507533. OLE color: 2507533.

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

Color convert

RGB136738-
CMYK0.8100.430.74
HSL147.78º67.5%15.69%-
HSV(B)147.78º80.6%26.27%-
XYZ2.524.242.52-
YUV47.55122.61103.36-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 11.02%
GREEN value IS 67 (26.56% from 255) = 56.78%
BLUE value IS 38 (15.23% from 255) = 32.20%
R=11.02%
G=56.78%
B=32.20%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1367380.8100.430.74147.7867.515.69
HexD43265102B4A944410
Octal151034612105311222410420
Binary1101100001110011010100010101011100101010010100100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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