#0E7627

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

Shades of Camarone #0E7627

Tints of Camarone #0E7627

Color information

#0E7627 (or 0x0E7627) is unknown color: approx Camarone. HEX triplet: 0E, 76 and 27. RGB value is (14,118,39). Sum of RGB (Red+Green+Blue) = 14+118+39=171 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.19% from 171); Green value is 118 (46.48% from 255 or 69.01% from 171); Blue value is 39 (15.62% from 255 or 22.81% from 171); Max value from RGB is 118 - color contains mainly: green. Hex color #0E7627 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E7627 is #F189D8. Grayscale: #4E4E4E. Windows color (decimal): -15829465 or 2586126. OLE color: 2586126.

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

Color convert

RGB1411839-
CMYK0.8800.670.54
HSL134.42º78.79%25.88%-
HSV(B)134.42º88.14%46.27%-
XYZ7.0313.24.1-
YUV77.9106.0482.42-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.19%
GREEN value IS 118 (46.48% from 255) = 69.01%
BLUE value IS 39 (15.62% from 255) = 22.81%
R=8.19%
G=69.01%
B=22.81%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal14118390.8800.670.54134.4278.7925.88
HexE76275804336864f1a
Octal161664713001036620611732
Binary1110111011010011110110000100001111011010000110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,118,39); }

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

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

 a { background-color: rgb(14,118,39); }

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

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

 span { border-color: rgb(14,118,39); }

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