#38827C

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

Shades of Elm #38827C

Tints of Elm #38827C

Color information

#38827C (or 0x38827C) is unknown color: approx Elm. HEX triplet: 38, 82 and 7C. RGB value is (56,130,124). Sum of RGB (Red+Green+Blue) = 56+130+124=310 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.06% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 124 (48.83% from 255 or 40% from 310); Max value from RGB is 130 - color contains mainly: green. Hex color #38827C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38827C is #C77D83. Grayscale: #6B6B6B. Windows color (decimal): -13073796 or 8159800. OLE color: 8159800.

HSL color Cylindrical-coordinate representation of color #38827C: hue angle of 175.14º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #38827C is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB56130124-
CMYK0.5700.050.49
HSL175.14º39.78%36.47%-
HSV(B)175.14º56.92%50.98%-
XYZ13.2518.2621.9-
YUV107.19137.4891.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.06%
GREEN value IS 130 (51.17% from 255) = 41.94%
BLUE value IS 124 (48.83% from 255) = 40%
R=18.06%
G=41.94%
B=40%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal561301240.5700.050.49175.1439.7836.47
Hex38827C390531af2824
Octal702021747105612575044
Binary111000100000101111100111001010111000110101111101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38827C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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