#38807A

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

Shades of Elm #38807A

Tints of Elm #38807A

Color information

#38807A (or 0x38807A) is unknown color: approx Elm. HEX triplet: 38, 80 and 7A. RGB value is (56,128,122). Sum of RGB (Red+Green+Blue) = 56+128+122=306 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.30% from 306); Green value is 128 (50.39% from 255 or 41.83% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 128 - color contains mainly: green. Hex color #38807A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38807A is #C77F85. Grayscale: #696969. Windows color (decimal): -13074310 or 8028216. OLE color: 8028216.

HSL color Cylindrical-coordinate representation of color #38807A: hue angle of 175º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #38807A is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB56128122-
CMYK0.5600.050.50
HSL175º39.13%36.08%-
HSV(B)175º56.25%50.2%-
XYZ12.8617.6821.15-
YUV105.79137.1592.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.30%
GREEN value IS 128 (50.39% from 255) = 41.83%
BLUE value IS 122 (48.05% from 255) = 39.87%
R=18.30%
G=41.83%
B=39.87%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal561281220.5600.050.5017539.1336.08
Hex38807A380532af2724
Octal702001727005622574744
Binary111000100000001111010111000010111001010101111100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38807A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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