#157828

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

Shades of Camarone #157828

Tints of Camarone #157828

Color information

#157828 (or 0x157828) is unknown color: approx Camarone. HEX triplet: 15, 78 and 28. RGB value is (21,120,40). Sum of RGB (Red+Green+Blue) = 21+120+40=181 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.60% from 181); Green value is 120 (47.27% from 255 or 66.30% from 181); Blue value is 40 (16.02% from 255 or 22.10% from 181); Max value from RGB is 120 - color contains mainly: green. Hex color #157828 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157828 is #EA87D7. Grayscale: #515151. Windows color (decimal): -15370200 or 2652181. OLE color: 2652181.

HSL color Cylindrical-coordinate representation of color #157828: hue angle of 131.52º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157828 is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB2112040-
CMYK0.8300.670.53
HSL131.52º70.21%27.65%-
HSV(B)131.52º82.5%47.06%-
XYZ7.4113.754.27-
YUV81.28104.785-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.60%
GREEN value IS 120 (47.27% from 255) = 66.30%
BLUE value IS 40 (16.02% from 255) = 22.10%
R=11.60%
G=66.30%
B=22.10%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21120400.8300.670.53131.5270.2127.65
Hex157828530433584461c
Octal251705012301036520410634
Binary10101111100010100010100110100001111010110000100100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157828; }

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

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

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

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

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

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

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

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