#147427

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

Shades of Camarone #147427

Tints of Camarone #147427

Color information

#147427 (or 0x147427) is unknown color: approx Camarone. HEX triplet: 14, 74 and 27. RGB value is (20,116,39). Sum of RGB (Red+Green+Blue) = 20+116+39=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 116 (45.70% from 255 or 66.29% from 175); Blue value is 39 (15.62% from 255 or 22.29% from 175); Max value from RGB is 116 - color contains mainly: green. Hex color #147427 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147427 is #EB8BD8. Grayscale: #4E4E4E. Windows color (decimal): -15436761 or 2585620. OLE color: 2585620.

HSL color Cylindrical-coordinate representation of color #147427: hue angle of 131.88º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147427 is Cyan = 0.83, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB2011639-
CMYK0.8300.660.55
HSL131.88º70.59%26.67%-
HSV(B)131.88º82.76%45.49%-
XYZ6.912.794.02-
YUV78.52105.786.26-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.43%
GREEN value IS 116 (45.70% from 255) = 66.29%
BLUE value IS 39 (15.62% from 255) = 22.29%
R=11.43%
G=66.29%
B=22.29%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20116390.8300.660.55131.8870.5926.67
Hex147427530423784471b
Octal241644712301026720410733
Binary10100111010010011110100110100001011011110000100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147427; }

 p { color: rgb(20,116,39); }

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

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

 a { background-color: rgb(20,116,39); }

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

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

 span { border-color: rgb(20,116,39); }

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