#277575

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

Shades of Atoll #277575

Tints of Atoll #277575

Color information

#277575 (or 0x277575) is unknown color: approx Atoll. HEX triplet: 27, 75 and 75. RGB value is (39,117,117). Sum of RGB (Red+Green+Blue) = 39+117+117=273 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.29% from 273); Green value is 117 (46.09% from 255 or 42.86% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #277575 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277575 is #D88A8A. Grayscale: #5D5D5D. Windows color (decimal): -14191243 or 7697703. OLE color: 7697703.

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

Color convert

RGB39117117-
CMYK0.67000.54
HSL180º50%30.59%-
HSV(B)180º66.67%45.88%-
XYZ10.4114.4419.07-
YUV93.68141.1689-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.29%
GREEN value IS 117 (46.09% from 255) = 42.86%
BLUE value IS 117 (46.09% from 255) = 42.86%
R=14.29%
G=42.86%
B=42.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal391171170.67000.541805030.59
Hex277575430036b4321f
Octal4716516510300662646237
Binary100111111010111101011000011001101101011010011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277575; }

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

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

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

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

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

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

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

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