Html Css Color HEX #37857F Atoll

📋 copy color: '#37857F'

red 55 ◦ green 133 ◦ blue 127

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

Shades of Atoll #37857F

Tints of Atoll #37857F

RGB

 RED value IS 55 (21.88% from 255) = 17.46%

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

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

R = 17.46%
G = 42.22%
B = 40.32%

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

#37857F (or 0x37857F) is known color: Atoll. HEX triplet: 37, 85 and 7F. RGB value is (55,133,127). Sum of RGB (Red+Green+Blue) = 55+133+127=315 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.46% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 127 (50% from 255 or 40.32% from 315); Max value from RGB is 133 - color contains mainly: green. Hex color #37857F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37857F is #C87A80. Grayscale: #6C6C6C. Windows color (decimal): -13138561 or 8357175. OLE color: 8357175.

HSL color Cylindrical-coordinate representation of color #37857F: hue angle of 175.38º degrees, saturation: 0.41, 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 #37857F is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 133 127 -
CMYK 0.59 0 0.05 0.48
HSL 175.38º 0.41% 0.37% -
HSV(B) 175.38º 0.59% 0.52% -
XYZ 13.79 19.12 23.04 -
YUV 108.99 138.16 89.49 -
System Red Green Blue C M Y K H S L
Decimal 55 133 127 0.59 0 0.05 0.48 175.38 0.41 0.37
Hex 37 85 7F 3B 0 5 30 AF 29 25
Octal 67 205 177 73 0 5 60 257 51 45
Binary 110111 10000101 1111111 111011 0 101 110000 10101111 101001 100101

Color Harmonies of #37857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37857F

Black with #37857F

Text Example


Text Example

White with #37857F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #37857F;
 }
 .AnyTagClassName
 {
   color: #37857F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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