Html Css Color HEX #36857F Atoll

📋 copy color: '#36857F'

red 54 ◦ green 133 ◦ blue 127

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

Shades of Atoll #36857F

Tints of Atoll #36857F

RGB

 RED value IS 54 (21.48% from 255) = 17.2%

 GREEN value IS 133 (52.34% from 255) = 42.36%

 BLUE value IS 127 (50% from 255) = 40.45%

R = 17.2%
G = 42.36%
B = 40.45%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#36857F (or 0x36857F) is known color: 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

RGB 54 133 127 -
CMYK 0.59 0 0.05 0.48
HSL 175.44º 0.42% 0.37% -
HSV(B) 175.44º 0.59% 0.52% -
XYZ 13.74 19.09 23.04 -
YUV 108.7 138.33 88.99 -
System Red Green Blue C M Y K H S L
Decimal 54 133 127 0.59 0 0.05 0.48 175.44 0.42 0.37
Hex 36 85 7F 3B 0 5 30 AF 2A 25
Octal 66 205 177 73 0 5 60 257 52 45
Binary 110110 10000101 1111111 111011 0 101 110000 10101111 101010 100101

Color Harmonies of #36857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36857F

Black with #36857F

Text Example


Text Example

White with #36857F

Text Example


Text Example

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