#0E7B31

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

Shades of Camarone #0E7B31

Tints of Camarone #0E7B31

Color information

#0E7B31 (or 0x0E7B31) is unknown color: approx Camarone. HEX triplet: 0E, 7B and 31. RGB value is (14,123,49). Sum of RGB (Red+Green+Blue) = 14+123+49=186 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.53% from 186); Green value is 123 (48.44% from 255 or 66.13% from 186); Blue value is 49 (19.53% from 255 or 26.34% from 186); Max value from RGB is 123 - color contains mainly: green. Hex color #0E7B31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E7B31 is #F184CE. Grayscale: #525252. Windows color (decimal): -15828175 or 3242766. OLE color: 3242766.

HSL color Cylindrical-coordinate representation of color #0E7B31: hue angle of 139.27º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E7B31 is Cyan = 0.89, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.52.

Color convert

RGB1412349-
CMYK0.8900.600.52
HSL139.27º79.56%26.86%-
HSV(B)139.27º88.62%48.24%-
XYZ7.8214.485.29-
YUV81.97109.3979.52-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.53%
GREEN value IS 123 (48.44% from 255) = 66.13%
BLUE value IS 49 (19.53% from 255) = 26.34%
R=7.53%
G=66.13%
B=26.34%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal14123490.8900.600.52139.2779.5626.86
HexE7B315903C348b501b
Octal16173611310746421312033
Binary111011110111100011011001011110011010010001011101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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