#186828

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

Shades of Camarone #186828

Tints of Camarone #186828

Color information

#186828 (or 0x186828) is unknown color: approx Camarone. HEX triplet: 18, 68 and 28. RGB value is (24,104,40). Sum of RGB (Red+Green+Blue) = 24+104+40=168 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.29% from 168); Green value is 104 (41.02% from 255 or 61.90% from 168); Blue value is 40 (16.02% from 255 or 23.81% from 168); Max value from RGB is 104 - color contains mainly: green. Hex color #186828 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #186828 is #E797D7. Grayscale: #484848. Windows color (decimal): -15177688 or 2648088. OLE color: 2648088.

HSL color Cylindrical-coordinate representation of color #186828: hue angle of 132º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #186828 is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB2410440-
CMYK0.7700.620.59
HSL132º62.5%25.1%-
HSV(B)132º76.92%40.78%-
XYZ5.7110.253.68-
YUV72.78109.593.2-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.29%
GREEN value IS 104 (41.02% from 255) = 61.90%
BLUE value IS 40 (16.02% from 255) = 23.81%
R=14.29%
G=61.90%
B=23.81%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal24104400.7700.620.5913262.525.1
Hex1868284D03E3B843e19
Octal3015050115076732047631
Binary110001101000101000100110101111101110111000010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186828; }

 p { color: rgb(24,104,40); }

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

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

 a { background-color: rgb(24,104,40); }

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

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

 span { border-color: rgb(24,104,40); }

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