#38857D

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

Shades of Elm #38857D

Tints of Elm #38857D

Color information

#38857D (or 0x38857D) is unknown color: approx Elm. HEX triplet: 38, 85 and 7D. RGB value is (56,133,125). Sum of RGB (Red+Green+Blue) = 56+133+125=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 133 - color contains mainly: green. Hex color #38857D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38857D is #C77A82. Grayscale: #6D6D6D. Windows color (decimal): -13073027 or 8226104. OLE color: 8226104.

HSL color Cylindrical-coordinate representation of color #38857D: hue angle of 173.77º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #38857D is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB56133125-
CMYK0.5800.060.48
HSL173.77º40.74%37.06%-
HSV(B)173.77º57.89%52.16%-
XYZ13.7219.122.36-
YUV109.06136.9990.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.83%
GREEN value IS 133 (52.34% from 255) = 42.36%
BLUE value IS 125 (49.22% from 255) = 39.81%
R=17.83%
G=42.36%
B=39.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal561331250.5800.060.48173.7740.7437.06
Hex38857D3A0630ae2925
Octal702051757206602565145
Binary111000100001011111101111010011011000010101110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38857D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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