#0E7523

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

Shades of Camarone #0E7523

Tints of Camarone #0E7523

Color information

#0E7523 (or 0x0E7523) is unknown color: approx Camarone. HEX triplet: 0E, 75 and 23. RGB value is (14,117,35). Sum of RGB (Red+Green+Blue) = 14+117+35=166 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.43% from 166); Green value is 117 (46.09% from 255 or 70.48% from 166); Blue value is 35 (14.06% from 255 or 21.08% from 166); Max value from RGB is 117 - color contains mainly: green. Hex color #0E7523 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E7523 is #F18ADC. Grayscale: #4D4D4D. Windows color (decimal): -15829725 or 2323726. OLE color: 2323726.

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

Color convert

RGB1411735-
CMYK0.8800.700.54
HSL132.23º78.63%25.69%-
HSV(B)132.23º88.03%45.88%-
XYZ6.8512.943.73-
YUV76.86104.3883.17-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.43%
GREEN value IS 117 (46.09% from 255) = 70.48%
BLUE value IS 35 (14.06% from 255) = 21.08%
R=8.43%
G=70.48%
B=21.08%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal14117350.8800.700.54132.2378.6325.69
HexE75235804636844f1a
Octal161654313001066620411732
Binary1110111010110001110110000100011011011010000100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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