#0D4D2B

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

Shades of Zuccini #0D4D2B

Tints of Zuccini #0D4D2B

Color information

#0D4D2B (or 0x0D4D2B) is unknown color: approx Zuccini. HEX triplet: 0D, 4D and 2B. RGB value is (13,77,43). Sum of RGB (Red+Green+Blue) = 13+77+43=133 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.77% from 133); Green value is 77 (30.47% from 255 or 57.89% from 133); Blue value is 43 (17.19% from 255 or 32.33% from 133); Max value from RGB is 77 - color contains mainly: green. Hex color #0D4D2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D4D2B is #F2B2D4. Grayscale: #363636. Windows color (decimal): -15905493 or 2837773. OLE color: 2837773.

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

Color convert

RGB137743-
CMYK0.8300.440.70
HSL148.12º71.11%17.65%-
HSV(B)148.12º83.12%30.2%-
XYZ3.265.573.19-
YUV53.99121.898.76-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 9.77%
GREEN value IS 77 (30.47% from 255) = 57.89%
BLUE value IS 43 (17.19% from 255) = 32.33%
R=9.77%
G=57.89%
B=32.33%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1377430.8300.440.70148.1271.1117.65
HexD4D2B5302C46944712
Octal151155312305410622410722
Binary1101100110110101110100110101100100011010010100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D4D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,77,43); }

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

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

 a { background-color: rgb(13,77,43); }

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

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

 span { border-color: rgb(13,77,43); }

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