#157728

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

Shades of Camarone #157728

Tints of Camarone #157728

Color information

#157728 (or 0x157728) is unknown color: approx Camarone. HEX triplet: 15, 77 and 28. RGB value is (21,119,40). Sum of RGB (Red+Green+Blue) = 21+119+40=180 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.67% from 180); Green value is 119 (46.88% from 255 or 66.11% from 180); Blue value is 40 (16.02% from 255 or 22.22% from 180); Max value from RGB is 119 - color contains mainly: green. Hex color #157728 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #157728 is #EA88D7. Grayscale: #505050. Windows color (decimal): -15370456 or 2651925. OLE color: 2651925.

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

Color convert

RGB2111940-
CMYK0.8200.660.53
HSL131.63º70%27.45%-
HSV(B)131.63º82.35%46.67%-
XYZ7.2913.514.23-
YUV80.69105.0385.42-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.67%
GREEN value IS 119 (46.88% from 255) = 66.11%
BLUE value IS 40 (16.02% from 255) = 22.22%
R=11.67%
G=66.11%
B=22.22%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21119400.8200.660.53131.637027.45
Hex157728520423584461b
Octal251675012201026520410633
Binary10101111011110100010100100100001011010110000100100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157728; }

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

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

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

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

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

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

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

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