#137427

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

Shades of Camarone #137427

Tints of Camarone #137427

Color information

#137427 (or 0x137427) is unknown color: approx Camarone. HEX triplet: 13, 74 and 27. RGB value is (19,116,39). Sum of RGB (Red+Green+Blue) = 19+116+39=174 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.92% from 174); Green value is 116 (45.70% from 255 or 66.67% from 174); Blue value is 39 (15.62% from 255 or 22.41% from 174); Max value from RGB is 116 - color contains mainly: green. Hex color #137427 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137427 is #EC8BD8. Grayscale: #4E4E4E. Windows color (decimal): -15502297 or 2585619. OLE color: 2585619.

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

Color convert

RGB1911639-
CMYK0.8400.660.55
HSL132.37º71.85%26.47%-
HSV(B)132.37º83.62%45.49%-
XYZ6.8812.784.02-
YUV78.22105.8685.76-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.92%
GREEN value IS 116 (45.70% from 255) = 66.67%
BLUE value IS 39 (15.62% from 255) = 22.41%
R=10.92%
G=66.67%
B=22.41%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19116390.8400.660.55132.3771.8526.47
Hex137427540423784481a
Octal231644712401026720411032
Binary10011111010010011110101000100001011011110000100100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137427; }

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

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

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

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

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

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

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

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