#0E752E

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

Shades of Camarone #0E752E

Tints of Camarone #0E752E

Color information

#0E752E (or 0x0E752E) is unknown color: approx Camarone. HEX triplet: 0E, 75 and 2E. RGB value is (14,117,46). Sum of RGB (Red+Green+Blue) = 14+117+46=177 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.91% from 177); Green value is 117 (46.09% from 255 or 66.10% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 117 - color contains mainly: green. Hex color #0E752E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E752E is #F18AD1. Grayscale: #4E4E4E. Windows color (decimal): -15829714 or 3044622. OLE color: 3044622.

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

Color convert

RGB1411746-
CMYK0.8800.610.54
HSL138.64º78.63%25.69%-
HSV(B)138.64º88.03%45.88%-
XYZ7.0413.014.73-
YUV78.11109.8882.27-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.91%
GREEN value IS 117 (46.09% from 255) = 66.10%
BLUE value IS 46 (18.36% from 255) = 25.99%
R=7.91%
G=66.10%
B=25.99%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal14117460.8800.610.54138.6478.6325.69
HexE752E5803D368b4f1a
Octal16165561300756621311732
Binary111011101011011101011000011110111011010001011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E752E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,117,46); }

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

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

 a { background-color: rgb(14,117,46); }

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

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

 span { border-color: rgb(14,117,46); }

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