#0D712E

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

Shades of Camarone #0D712E

Tints of Camarone #0D712E

Color information

#0D712E (or 0x0D712E) is unknown color: approx Camarone. HEX triplet: 0D, 71 and 2E. RGB value is (13,113,46). Sum of RGB (Red+Green+Blue) = 13+113+46=172 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.56% from 172); Green value is 113 (44.53% from 255 or 65.70% from 172); Blue value is 46 (18.36% from 255 or 26.74% from 172); Max value from RGB is 113 - color contains mainly: green. Hex color #0D712E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D712E is #F28ED1. Grayscale: #4B4B4B. Windows color (decimal): -15896274 or 3043597. OLE color: 3043597.

HSL color Cylindrical-coordinate representation of color #0D712E: hue angle of 139.8º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D712E is Cyan = 0.88, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB1311346-
CMYK0.8800.590.56
HSL139.8º79.37%24.71%-
HSV(B)139.8º88.5%44.31%-
XYZ6.5612.094.57-
YUV75.46111.3783.45-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.56%
GREEN value IS 113 (44.53% from 255) = 65.70%
BLUE value IS 46 (18.36% from 255) = 26.74%
R=7.56%
G=65.70%
B=26.74%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal13113460.8800.590.56139.879.3724.71
HexD712E5803B388c4f19
Octal15161561300737021411731
Binary110111100011011101011000011101111100010001100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D712E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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