#0D422A

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

Shades of Zuccini #0D422A

Tints of Zuccini #0D422A

Color information

#0D422A (or 0x0D422A) is unknown color: approx Zuccini. HEX triplet: 0D, 42 and 2A. RGB value is (13,66,42). Sum of RGB (Red+Green+Blue) = 13+66+42=121 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.74% from 121); Green value is 66 (26.17% from 255 or 54.55% from 121); Blue value is 42 (16.80% from 255 or 34.71% from 121); Max value from RGB is 66 - color contains mainly: green. Hex color #0D422A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D422A is #F2BDD5. Grayscale: #2F2F2F. Windows color (decimal): -15908310 or 2769421. OLE color: 2769421.

HSL color Cylindrical-coordinate representation of color #0D422A: hue angle of 152.83º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D422A is Cyan = 0.80, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.

Color convert

RGB136642-
CMYK0.8000.360.74
HSL152.83º67.09%15.49%-
HSV(B)152.83º80.3%25.88%-
XYZ2.534.152.86-
YUV47.42124.94103.45-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.74%
GREEN value IS 66 (26.17% from 255) = 54.55%
BLUE value IS 42 (16.80% from 255) = 34.71%
R=10.74%
G=54.55%
B=34.71%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1366420.8000.360.74152.8367.0915.49
HexD422A500244A9943f
Octal151025212004411223110317
Binary110110000101010101010000010010010010101001100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D422A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,66,42); }

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

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

 a { background-color: rgb(13,66,42); }

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

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

 span { border-color: rgb(13,66,42); }

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