Html Css Color HEX #37827F Atoll

📋 copy color: '#37827F'

red 55 ◦ green 130 ◦ blue 127

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

Shades of Atoll #37827F

Tints of Atoll #37827F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.67%

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

R = 17.63%
G = 41.67%
B = 40.71%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#37827F (or 0x37827F) is known color: Atoll. HEX triplet: 37, 82 and 7F. RGB value is (55,130,127). Sum of RGB (Red+Green+Blue) = 55+130+127=312 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.63% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 130 - color contains mainly: green. Hex color #37827F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37827F is #C87D80. Grayscale: #6B6B6B. Windows color (decimal): -13139329 or 8356407. OLE color: 8356407.

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

Color convert

RGB 55 130 127 -
CMYK 0.58 0 0.02 0.49
HSL 177.6º 0.41% 0.36% -
HSV(B) 177.6º 0.58% 0.51% -
XYZ 13.39 18.31 22.91 -
YUV 107.23 139.15 90.74 -
System Red Green Blue C M Y K H S L
Decimal 55 130 127 0.58 0 0.02 0.49 177.6 0.41 0.36
Hex 37 82 7F 3A 0 2 31 B2 29 24
Octal 67 202 177 72 0 2 61 262 51 44
Binary 110111 10000010 1111111 111010 0 10 110001 10110010 101001 100100

Color Harmonies of #37827F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37827F

Black with #37827F

Text Example


Text Example

White with #37827F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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