#0D711F

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

Shades of Camarone #0D711F

Tints of Camarone #0D711F

Color information

#0D711F (or 0x0D711F) is unknown color: approx Camarone. HEX triplet: 0D, 71 and 1F. RGB value is (13,113,31). Sum of RGB (Red+Green+Blue) = 13+113+31=157 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.28% from 157); Green value is 113 (44.53% from 255 or 71.97% from 157); Blue value is 31 (12.5% from 255 or 19.75% from 157); Max value from RGB is 113 - color contains mainly: green. Hex color #0D711F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D711F is #F28EE0. Grayscale: #494949. Windows color (decimal): -15896289 or 2060557. OLE color: 2060557.

HSL color Cylindrical-coordinate representation of color #0D711F: hue angle of 130.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 #0D711F is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB1311331-
CMYK0.8800.730.56
HSL130.8º79.37%24.71%-
HSV(B)130.8º88.5%44.31%-
XYZ6.3211.993.28-
YUV73.75103.8784.67-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 8.28%
GREEN value IS 113 (44.53% from 255) = 71.97%
BLUE value IS 31 (12.5% from 255) = 19.75%
R=8.28%
G=71.97%
B=19.75%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal13113310.8800.730.56130.879.3724.71
HexD711F5804938834f19
Octal151613713001117020311731
Binary110111100011111110110000100100111100010000011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D711F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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