#14752E

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

Shades of Camarone #14752E

Tints of Camarone #14752E

Color information

#14752E (or 0x14752E) is unknown color: approx Camarone. HEX triplet: 14, 75 and 2E. RGB value is (20,117,46). Sum of RGB (Red+Green+Blue) = 20+117+46=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 117 (46.09% from 255 or 63.93% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 117 - color contains mainly: green. Hex color #14752E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14752E is #EB8AD1. Grayscale: #505050. Windows color (decimal): -15436498 or 3044628. OLE color: 3044628.

HSL color Cylindrical-coordinate representation of color #14752E: hue angle of 136.08º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #14752E is Cyan = 0.83, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB2011746-
CMYK0.8300.610.54
HSL136.08º70.8%26.86%-
HSV(B)136.08º82.91%45.88%-
XYZ7.1413.074.73-
YUV79.9108.8685.27-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.93%
GREEN value IS 117 (46.09% from 255) = 63.93%
BLUE value IS 46 (18.36% from 255) = 25.14%
R=10.93%
G=63.93%
B=25.14%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal20117460.8300.610.54136.0870.826.86
Hex14752E5303D3688471b
Octal24165561230756621010733
Binary1010011101011011101010011011110111011010001000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14752E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14752E; }

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

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

<style>
 a { background-color: #14752E; }

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

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

<style>
 span { border-color: #14752E; }

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

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