Html Css Color HEX #39857C Elm

📋 copy color: '#39857C'

red 57 ◦ green 133 ◦ blue 124

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

Shades of Elm #39857C

Tints of Elm #39857C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.49%

R = 18.15%
G = 42.36%
B = 39.49%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#39857C (or 0x39857C) is known color: Elm. HEX triplet: 39, 85 and 7C. RGB value is (57,133,124). Sum of RGB (Red+Green+Blue) = 57+133+124=314 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.15% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 133 - color contains mainly: green. Hex color #39857C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39857C is #C67A83. Grayscale: #6D6D6D. Windows color (decimal): -13007492 or 8160569. OLE color: 8160569.

HSL color Cylindrical-coordinate representation of color #39857C: hue angle of 172.89º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #39857C is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 57 133 124 -
CMYK 0.57 0 0.07 0.48
HSL 172.89º 0.4% 0.37% -
HSV(B) 172.89º 0.57% 0.52% -
XYZ 13.71 19.1 22.03 -
YUV 109.25 136.32 90.73 -
System Red Green Blue C M Y K H S L
Decimal 57 133 124 0.57 0 0.07 0.48 172.89 0.4 0.37
Hex 39 85 7C 39 0 7 30 AD 28 25
Octal 71 205 174 71 0 7 60 255 50 45
Binary 111001 10000101 1111100 111001 0 111 110000 10101101 101000 100101

Color Harmonies of #39857C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39857C

Black with #39857C

Text Example


Text Example

White with #39857C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39857C; }

 p { color: rgb(57,133,124); }

 H1.HeaderClassName
 {
   color: #39857C;
 }
 .AnyTagClassName
 {
   color: #39857C;
 }
</style>

background-color css

<style>
 a { background-color: #39857C; }

 a { background-color: rgb(57,133,124); }

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

border-color css

<style>
 span { border-color: #39857C; }

 span { border-color: rgb(57,133,124); }

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