#0D462B

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

Shades of Zuccini #0D462B

Tints of Zuccini #0D462B

Color information

#0D462B (or 0x0D462B) is unknown color: approx Zuccini. HEX triplet: 0D, 46 and 2B. RGB value is (13,70,43). Sum of RGB (Red+Green+Blue) = 13+70+43=126 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.32% from 126); Green value is 70 (27.73% from 255 or 55.56% from 126); Blue value is 43 (17.19% from 255 or 34.13% from 126); Max value from RGB is 70 - color contains mainly: green. Hex color #0D462B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D462B is #F2B9D4. Grayscale: #313131. Windows color (decimal): -15907285 or 2835981. OLE color: 2835981.

HSL color Cylindrical-coordinate representation of color #0D462B: hue angle of 151.58º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D462B is Cyan = 0.81, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.

Color convert

RGB137043-
CMYK0.8100.390.73
HSL151.58º68.67%16.27%-
HSV(B)151.58º81.43%27.45%-
XYZ2.794.643.03-
YUV49.88124.12101.7-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 10.32%
GREEN value IS 70 (27.73% from 255) = 55.56%
BLUE value IS 43 (17.19% from 255) = 34.13%
R=10.32%
G=55.56%
B=34.13%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1370430.8100.390.73151.5868.6716.27
HexD462B5102749984510
Octal151065312104711123010520
Binary1101100011010101110100010100111100100110011000100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D462B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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