#0E752B

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

Shades of Camarone #0E752B

Tints of Camarone #0E752B

Color information

#0E752B (or 0x0E752B) is unknown color: approx Camarone. HEX triplet: 0E, 75 and 2B. RGB value is (14,117,43). Sum of RGB (Red+Green+Blue) = 14+117+43=174 (23% of max value = 765). Red value is 14 (5.86% from 255 or 8.05% from 174); Green value is 117 (46.09% from 255 or 67.24% from 174); Blue value is 43 (17.19% from 255 or 24.71% from 174); Max value from RGB is 117 - color contains mainly: green. Hex color #0E752B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E752B is #F18AD4. Grayscale: #4D4D4D. Windows color (decimal): -15829717 or 2848014. OLE color: 2848014.

HSL color Cylindrical-coordinate representation of color #0E752B: hue angle of 136.89º 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 #0E752B is Cyan = 0.88, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB1411743-
CMYK0.8800.630.54
HSL136.89º78.63%25.69%-
HSV(B)136.89º88.03%45.88%-
XYZ6.9812.994.43-
YUV77.77108.3882.52-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.05%
GREEN value IS 117 (46.09% from 255) = 67.24%
BLUE value IS 43 (17.19% from 255) = 24.71%
R=8.05%
G=67.24%
B=24.71%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal14117430.8800.630.54136.8978.6325.69
HexE752B5803F36894f1a
Octal16165531300776621111732
Binary111011101011010111011000011111111011010001001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E752B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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