Html Css Color HEX #287575 Atoll

📋 copy color: '#287575'

red 40 ◦ green 117 ◦ blue 117

#287575
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atoll #287575

Tints of Atoll #287575

RGB

 RED value IS 40 (16.02% from 255) = 14.6%

 GREEN value IS 117 (46.09% from 255) = 42.7%

 BLUE value IS 117 (46.09% from 255) = 42.7%

R = 14.6%
G = 42.7%
B = 42.7%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#287575 (or 0x287575) is known color: 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

RGB 40 117 117 -
CMYK 0.66 0 0 0.54
HSL 180º 0.49% 0.31% -
HSV(B) 180º 0.66% 0.46% -
XYZ 10.45 14.46 19.07 -
YUV 93.98 140.99 89.5 -
System Red Green Blue C M Y K H S L
Decimal 40 117 117 0.66 0 0 0.54 180 0.49 0.31
Hex 28 75 75 42 0 0 36 B4 31 1F
Octal 50 165 165 102 0 0 66 264 61 37
Binary 101000 1110101 1110101 1000010 0 0 110110 10110100 110001 11111

Color Harmonies of #287575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287575

Black with #287575

Text Example


Text Example

White with #287575

Text Example


Text Example

HTML Codes & Css Web 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>