#0D432F

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

Shades of Zuccini #0D432F

Tints of Zuccini #0D432F

Color information

#0D432F (or 0x0D432F) is unknown color: approx Zuccini. HEX triplet: 0D, 43 and 2F. RGB value is (13,67,47). Sum of RGB (Red+Green+Blue) = 13+67+47=127 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.24% from 127); Green value is 67 (26.56% from 255 or 52.76% from 127); Blue value is 47 (18.75% from 255 or 37.01% from 127); Max value from RGB is 67 - color contains mainly: green. Hex color #0D432F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D432F is #F2BCD0. Grayscale: #303030. Windows color (decimal): -15908049 or 3097357. OLE color: 3097357.

HSL color Cylindrical-coordinate representation of color #0D432F: hue angle of 157.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 #0D432F is Cyan = 0.81, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB136747-
CMYK0.8100.300.74
HSL157.78º67.5%15.69%-
HSV(B)157.78º80.6%26.27%-
XYZ2.694.313.38-
YUV48.57127.11102.63-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.24%
GREEN value IS 67 (26.56% from 255) = 52.76%
BLUE value IS 47 (18.75% from 255) = 37.01%
R=10.24%
G=52.76%
B=37.01%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1367470.8100.300.74157.7867.515.69
HexD432F5101E4A9e4410
Octal151035712103611223610420
Binary110110000111011111010001011110100101010011110100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D432F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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