#147635

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

Shades of Camarone #147635

Tints of Camarone #147635

Color information

#147635 (or 0x147635) is unknown color: approx Camarone. HEX triplet: 14, 76 and 35. RGB value is (20,118,53). Sum of RGB (Red+Green+Blue) = 20+118+53=191 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.47% from 191); Green value is 118 (46.48% from 255 or 61.78% from 191); Blue value is 53 (21.09% from 255 or 27.75% from 191); Max value from RGB is 118 - color contains mainly: green. Hex color #147635 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147635 is #EB89CA. Grayscale: #515151. Windows color (decimal): -15436235 or 3503636. OLE color: 3503636.

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

Color convert

RGB2011853-
CMYK0.8300.550.54
HSL140.2º71.01%27.06%-
HSV(B)140.2º83.05%46.27%-
XYZ7.4113.365.56-
YUV81.29112.0384.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.47%
GREEN value IS 118 (46.48% from 255) = 61.78%
BLUE value IS 53 (21.09% from 255) = 27.75%
R=10.47%
G=61.78%
B=27.75%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal20118530.8300.550.54140.271.0127.06
Hex14763553037368c471b
Octal24166651230676621410733
Binary1010011101101101011010011011011111011010001100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147635; }

 p { color: rgb(20,118,53); }

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

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

 a { background-color: rgb(20,118,53); }

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

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

 span { border-color: rgb(20,118,53); }

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