#287575

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

Shades of Atoll #287575

Tints of Atoll #287575

Color information

#287575 (or 0x287575) is unknown color: approx Atoll. HEX triplet: 28, 75 and 75. RGB value is (40,117,117). Sum of RGB (Red+Green+Blue) = 40+117+117=274 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.60% from 274); Green value is 117 (46.09% from 255 or 42.70% from 274); Blue value is 117 (46.09% from 255 or 42.70% from 274); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #287575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287575 is #D78A8A. Grayscale: #5D5D5D. Windows color (decimal): -14125707 or 7697704. OLE color: 7697704.

HSL color Cylindrical-coordinate representation of color #287575: hue angle of 180º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #287575 is Cyan = 0.66, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB40117117-
CMYK0.66000.54
HSL180º49.04%30.78%-
HSV(B)180º65.81%45.88%-
XYZ10.4514.4619.07-
YUV93.98140.9989.5-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.60%
GREEN value IS 117 (46.09% from 255) = 42.70%
BLUE value IS 117 (46.09% from 255) = 42.70%
R=14.60%
G=42.70%
B=42.70%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal401171170.66000.5418049.0430.78
Hex287575420036b4311f
Octal5016516510200662646137
Binary101000111010111101011000010001101101011010011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287575; }

 p { color: rgb(40,117,117); }

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

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

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

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

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

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

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