#137828

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

Shades of Camarone #137828

Tints of Camarone #137828

Color information

#137828 (or 0x137828) is unknown color: approx Camarone. HEX triplet: 13, 78 and 28. RGB value is (19,120,40). Sum of RGB (Red+Green+Blue) = 19+120+40=179 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.61% from 179); Green value is 120 (47.27% from 255 or 67.04% from 179); Blue value is 40 (16.02% from 255 or 22.35% from 179); Max value from RGB is 120 - color contains mainly: green. Hex color #137828 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #137828 is #EC87D7. Grayscale: #505050. Windows color (decimal): -15501272 or 2652179. OLE color: 2652179.

HSL color Cylindrical-coordinate representation of color #137828: hue angle of 132.48º degrees, saturation: 0.73, 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 #137828 is Cyan = 0.84, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB1912040-
CMYK0.8400.670.53
HSL132.48º72.66%27.25%-
HSV(B)132.48º84.17%47.06%-
XYZ7.3713.724.27-
YUV80.68105.0484-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.61%
GREEN value IS 120 (47.27% from 255) = 67.04%
BLUE value IS 40 (16.02% from 255) = 22.35%
R=10.61%
G=67.04%
B=22.35%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19120400.8400.670.53132.4872.6627.25
Hex137828540433584491b
Octal231705012401036520411133
Binary10011111100010100010101000100001111010110000100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #137828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #137828; }

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

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

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

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

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

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

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

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