#38837A

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

Shades of Elm #38837A

Tints of Elm #38837A

Color information

#38837A (or 0x38837A) is unknown color: approx Elm. HEX triplet: 38, 83 and 7A. RGB value is (56,131,122). Sum of RGB (Red+Green+Blue) = 56+131+122=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 131 - color contains mainly: green. Hex color #38837A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38837A is #C77C85. Grayscale: #6B6B6B. Windows color (decimal): -13073542 or 8028984. OLE color: 8028984.

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

Color convert

RGB56131122-
CMYK0.5700.070.49
HSL172.8º40.11%36.67%-
HSV(B)172.8º57.25%51.37%-
XYZ13.2618.4821.28-
YUV107.55136.1591.23-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.12%
GREEN value IS 131 (51.56% from 255) = 42.39%
BLUE value IS 122 (48.05% from 255) = 39.48%
R=18.12%
G=42.39%
B=39.48%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal561311220.5700.070.49172.840.1136.67
Hex38837A390731ad2825
Octal702031727107612555045
Binary111000100000111111010111001011111000110101101101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38837A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38837A; }

 p { color: rgb(56,131,122); }

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

<style>
 a { background-color: #38837A; }

 a { background-color: rgb(56,131,122); }

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

<style>
 span { border-color: #38837A; }

 span { border-color: rgb(56,131,122); }

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