#39827F

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

Shades of Atoll #39827F

Tints of Atoll #39827F

Color information

#39827F (or 0x39827F) is unknown color: approx Atoll. HEX triplet: 39, 82 and 7F. RGB value is (57,130,127). Sum of RGB (Red+Green+Blue) = 57+130+127=314 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.15% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 130 - color contains mainly: green. Hex color #39827F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39827F is #C67D80. Grayscale: #6B6B6B. Windows color (decimal): -13008257 or 8356409. OLE color: 8356409.

HSL color Cylindrical-coordinate representation of color #39827F: hue angle of 177.53º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #39827F is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB57130127-
CMYK0.5600.020.49
HSL177.53º39.04%36.67%-
HSV(B)177.53º56.15%50.98%-
XYZ13.518.3722.91-
YUV107.83138.8291.74-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.15%
GREEN value IS 130 (51.17% from 255) = 41.40%
BLUE value IS 127 (50% from 255) = 40.45%
R=18.15%
G=41.40%
B=40.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal571301270.5600.020.49177.5339.0436.67
Hex39827F380231b22725
Octal712021777002612624745
Binary11100110000010111111111100001011000110110010100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39827F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39827F; }

 p { color: rgb(57,130,127); }

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

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

 a { background-color: rgb(57,130,127); }

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

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

 span { border-color: rgb(57,130,127); }

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