#39857D

Color #39857D Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #39857D

Tints of Elm #39857D

Color information

#39857D (or 0x39857D) is unknown color: approx Elm. HEX triplet: 39, 85 and 7D. RGB value is (57,133,125). Sum of RGB (Red+Green+Blue) = 57+133+125=315 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.10% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 133 - color contains mainly: green. Hex color #39857D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #39857D is #C67A82. Grayscale: #6D6D6D. Windows color (decimal): -13007491 or 8226105. OLE color: 8226105.

HSL color Cylindrical-coordinate representation of color #39857D: hue angle of 173.68º 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 #39857D is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB57133125-
CMYK0.5700.060.48
HSL173.68º40%37.25%-
HSV(B)173.68º57.14%52.16%-
XYZ13.7819.1322.37-
YUV109.36136.8290.65-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.10%
GREEN value IS 133 (52.34% from 255) = 42.22%
BLUE value IS 125 (49.22% from 255) = 39.68%
R=18.10%
G=42.22%
B=39.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal571331250.5700.060.48173.684037.25
Hex39857D390630ae2825
Octal712051757106602565045
Binary111001100001011111101111001011011000010101110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #39857D;
 }
 .AnyTagClassName
 {
   color: #39857D;
 }
</style>
background-color css

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

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

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

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

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

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