Html Css Color HEX #39827F Atoll

📋 copy color: '#39827F'

red 57 ◦ green 130 ◦ blue 127

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

Shades of Atoll #39827F

Tints of Atoll #39827F

RGB

 RED value IS 57 (22.66% from 255) = 18.15%

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

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

R = 18.15%
G = 41.4%
B = 40.45%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

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

RGB 57 130 127 -
CMYK 0.56 0 0.02 0.49
HSL 177.53º 0.39% 0.37% -
HSV(B) 177.53º 0.56% 0.51% -
XYZ 13.5 18.37 22.91 -
YUV 107.83 138.82 91.74 -
System Red Green Blue C M Y K H S L
Decimal 57 130 127 0.56 0 0.02 0.49 177.53 0.39 0.37
Hex 39 82 7F 38 0 2 31 B2 27 25
Octal 71 202 177 70 0 2 61 262 47 45
Binary 111001 10000010 1111111 111000 0 10 110001 10110010 100111 100101

Color Harmonies of #39827F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39827F

Black with #39827F

Text Example


Text Example

White with #39827F

Text Example


Text Example

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