#0D422E

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

Shades of Zuccini #0D422E

Tints of Zuccini #0D422E

Color information

#0D422E (or 0x0D422E) is unknown color: approx Zuccini. HEX triplet: 0D, 42 and 2E. RGB value is (13,66,46). Sum of RGB (Red+Green+Blue) = 13+66+46=125 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.4% from 125); Green value is 66 (26.17% from 255 or 52.8% from 125); Blue value is 46 (18.36% from 255 or 36.8% from 125); Max value from RGB is 66 - color contains mainly: green. Hex color #0D422E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D422E is #F2BDD1. Grayscale: #2F2F2F. Windows color (decimal): -15908306 or 3031565. OLE color: 3031565.

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

Color convert

RGB136646-
CMYK0.8000.300.74
HSL157.36º67.09%15.49%-
HSV(B)157.36º80.3%25.88%-
XYZ2.614.183.25-
YUV47.87126.94103.13-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.4%
GREEN value IS 66 (26.17% from 255) = 52.8%
BLUE value IS 46 (18.36% from 255) = 36.8%
R=10.4%
G=52.8%
B=36.8%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1366460.8000.300.74157.3667.0915.49
HexD422E5001E4A9d43f
Octal151025612003611223510317
Binary11011000010101110101000001111010010101001110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D422E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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