#38786E

Color #38786E Genoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Genoa #38786E

Tints of Genoa #38786E

Color information

#38786E (or 0x38786E) is unknown color: approx Genoa. HEX triplet: 38, 78 and 6E. RGB value is (56,120,110). Sum of RGB (Red+Green+Blue) = 56+120+110=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 120 (47.27% from 255 or 41.96% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 120 - color contains mainly: green. Hex color #38786E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38786E is #C78791. Grayscale: #636363. Windows color (decimal): -13076370 or 7239736. OLE color: 7239736.

HSL color Cylindrical-coordinate representation of color #38786E: hue angle of 170.62º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #38786E is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB56120110-
CMYK0.5300.080.53
HSL170.62º36.36%34.51%-
HSV(B)170.62º53.33%47.06%-
XYZ11.1615.417.14-
YUV99.72133.896.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.58%
GREEN value IS 120 (47.27% from 255) = 41.96%
BLUE value IS 110 (43.36% from 255) = 38.46%
R=19.58%
G=41.96%
B=38.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal561201100.5300.080.53170.6236.3634.51
Hex38786E350835ab2423
Octal7017015665010652534443
Binary111000111100011011101101010100011010110101011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38786E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38786E; }

 p { color: rgb(56,120,110); }

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

<style>
 a { background-color: #38786E; }

 a { background-color: rgb(56,120,110); }

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

<style>
 span { border-color: #38786E; }

 span { border-color: rgb(56,120,110); }

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