#38847C

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

Shades of Elm #38847C

Tints of Elm #38847C

Color information

#38847C (or 0x38847C) is unknown color: approx Elm. HEX triplet: 38, 84 and 7C. RGB value is (56,132,124). Sum of RGB (Red+Green+Blue) = 56+132+124=312 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.95% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 132 - color contains mainly: green. Hex color #38847C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38847C is #C77B83. Grayscale: #6C6C6C. Windows color (decimal): -13073284 or 8160312. OLE color: 8160312.

HSL color Cylindrical-coordinate representation of color #38847C: 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.58%. Process color model (Four color, CMYK) of #38847C is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB56132124-
CMYK0.5800.060.48
HSL173.68º40.43%36.86%-
HSV(B)173.68º57.58%51.76%-
XYZ13.5218.821.98-
YUV108.36136.8290.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.95%
GREEN value IS 132 (51.95% from 255) = 42.31%
BLUE value IS 124 (48.83% from 255) = 39.74%
R=17.95%
G=42.31%
B=39.74%

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
Decimal561321240.5800.060.48173.6840.4336.86
Hex38847C3A0630ae2825
Octal702041747206602565045
Binary111000100001001111100111010011011000010101110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38847C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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