#137728

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

Shades of Camarone #137728

Tints of Camarone #137728

Color information

#137728 (or 0x137728) is unknown color: approx Camarone. HEX triplet: 13, 77 and 28. RGB value is (19,119,40). Sum of RGB (Red+Green+Blue) = 19+119+40=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 119 (46.88% from 255 or 66.85% from 178); Blue value is 40 (16.02% from 255 or 22.47% from 178); Max value from RGB is 119 - color contains mainly: green. Hex color #137728 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137728 is #EC88D7. Grayscale: #505050. Windows color (decimal): -15501528 or 2651923. OLE color: 2651923.

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

Color convert

RGB1911940-
CMYK0.8400.660.53
HSL132.6º72.46%27.06%-
HSV(B)132.6º84.03%46.67%-
XYZ7.2513.494.23-
YUV80.09105.3784.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.67%
GREEN value IS 119 (46.88% from 255) = 66.85%
BLUE value IS 40 (16.02% from 255) = 22.47%
R=10.67%
G=66.85%
B=22.47%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19119400.8400.660.53132.672.4627.06
Hex137728540423585481b
Octal231675012401026520511033
Binary10011111011110100010101000100001011010110000101100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137728; }

 p { color: rgb(19,119,40); }

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

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

 a { background-color: rgb(19,119,40); }

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

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

 span { border-color: rgb(19,119,40); }

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