#0E7831

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

Shades of Camarone #0E7831

Tints of Camarone #0E7831

Color information

#0E7831 (or 0x0E7831) is unknown color: approx Camarone. HEX triplet: 0E, 78 and 31. RGB value is (14,120,49). Sum of RGB (Red+Green+Blue) = 14+120+49=183 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.65% from 183); Green value is 120 (47.27% from 255 or 65.57% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 120 - color contains mainly: green. Hex color #0E7831 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E7831 is #F187CE. Grayscale: #505050. Windows color (decimal): -15828943 or 3241998. OLE color: 3241998.

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

Color convert

RGB1412049-
CMYK0.8800.590.53
HSL139.81º79.1%26.27%-
HSV(B)139.81º88.33%47.06%-
XYZ7.4513.755.17-
YUV80.21110.3880.77-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.65%
GREEN value IS 120 (47.27% from 255) = 65.57%
BLUE value IS 49 (19.53% from 255) = 26.78%
R=7.65%
G=65.57%
B=26.78%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal14120490.8800.590.53139.8179.126.27
HexE78315803B358c4f1a
Octal16170611300736521411732
Binary111011110001100011011000011101111010110001100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,120,49); }

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

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

 a { background-color: rgb(14,120,49); }

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

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

 span { border-color: rgb(14,120,49); }

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