#36857F

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

Shades of Atoll #36857F

Tints of Atoll #36857F

Color information

#36857F (or 0x36857F) is unknown color: approx Atoll. HEX triplet: 36, 85 and 7F. RGB value is (54,133,127). Sum of RGB (Red+Green+Blue) = 54+133+127=314 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.20% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 127 (50% from 255 or 40.45% from 314); Max value from RGB is 133 - color contains mainly: green. Hex color #36857F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36857F is #C97A80. Grayscale: #6C6C6C. Windows color (decimal): -13204097 or 8357174. OLE color: 8357174.

HSL color Cylindrical-coordinate representation of color #36857F: hue angle of 175.44º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #36857F is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB54133127-
CMYK0.5900.050.48
HSL175.44º42.25%36.67%-
HSV(B)175.44º59.4%52.16%-
XYZ13.7419.0923.04-
YUV108.7138.3388.99-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.20%
GREEN value IS 133 (52.34% from 255) = 42.36%
BLUE value IS 127 (50% from 255) = 40.45%
R=17.20%
G=42.36%
B=40.45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal541331270.5900.050.48175.4442.2536.67
Hex36857F3B0530af2a25
Octal662051777305602575245
Binary110110100001011111111111011010111000010101111101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,133,127); }

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

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

 a { background-color: rgb(54,133,127); }

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

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

 span { border-color: rgb(54,133,127); }

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