#0D472A

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

Shades of Zuccini #0D472A

Tints of Zuccini #0D472A

Color information

#0D472A (or 0x0D472A) is unknown color: approx Zuccini. HEX triplet: 0D, 47 and 2A. RGB value is (13,71,42). Sum of RGB (Red+Green+Blue) = 13+71+42=126 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.32% from 126); Green value is 71 (28.12% from 255 or 56.35% from 126); Blue value is 42 (16.80% from 255 or 33.33% from 126); Max value from RGB is 71 - color contains mainly: green. Hex color #0D472A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D472A is #F2B8D5. Grayscale: #323232. Windows color (decimal): -15907030 or 2770701. OLE color: 2770701.

HSL color Cylindrical-coordinate representation of color #0D472A: hue angle of 150º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D472A is Cyan = 0.82, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.72.

Color convert

RGB137142-
CMYK0.8200.410.72
HSL150º69.05%16.47%-
HSV(B)150º81.69%27.84%-
XYZ2.844.762.96-
YUV50.35123.28101.36-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.32%
GREEN value IS 71 (28.12% from 255) = 56.35%
BLUE value IS 42 (16.80% from 255) = 33.33%
R=10.32%
G=56.35%
B=33.33%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1371420.8200.410.7215069.0516.47
HexD472A5202948964510
Octal151075212205111022610520
Binary1101100011110101010100100101001100100010010110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D472A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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