#38867C

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

Shades of Elm #38867C

Tints of Elm #38867C

Color information

#38867C (or 0x38867C) is unknown color: approx Elm. HEX triplet: 38, 86 and 7C. RGB value is (56,134,124). Sum of RGB (Red+Green+Blue) = 56+134+124=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 134 (52.73% from 255 or 42.68% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 134 - color contains mainly: green. Hex color #38867C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38867C is #C77983. Grayscale: #6D6D6D. Windows color (decimal): -13072772 or 8160824. OLE color: 8160824.

HSL color Cylindrical-coordinate representation of color #38867C: hue angle of 172.31º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #38867C is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB56134124-
CMYK0.5800.070.47
HSL172.31º41.05%37.25%-
HSV(B)172.31º58.21%52.55%-
XYZ13.7919.3522.08-
YUV109.54136.1689.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.83%
GREEN value IS 134 (52.73% from 255) = 42.68%
BLUE value IS 124 (48.83% from 255) = 39.49%
R=17.83%
G=42.68%
B=39.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal561341240.5800.070.47172.3141.0537.25
Hex38867C3A072Fac2925
Octal702061747207572545145
Binary111000100001101111100111010011110111110101100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38867C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,134,124); }

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

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

 a { background-color: rgb(56,134,124); }

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

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

 span { border-color: rgb(56,134,124); }

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