#38786D

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

Shades of Genoa #38786D

Tints of Genoa #38786D

Color information

#38786D (or 0x38786D) is unknown color: approx Genoa. HEX triplet: 38, 78 and 6D. RGB value is (56,120,109). Sum of RGB (Red+Green+Blue) = 56+120+109=285 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.65% from 285); Green value is 120 (47.27% from 255 or 42.11% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 120 - color contains mainly: green. Hex color #38786D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38786D is #C78792. Grayscale: #636363. Windows color (decimal): -13076371 or 7174200. OLE color: 7174200.

HSL color Cylindrical-coordinate representation of color #38786D: hue angle of 169.69º 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 #38786D is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB56120109-
CMYK0.5300.090.53
HSL169.69º36.36%34.51%-
HSV(B)169.69º53.33%47.06%-
XYZ11.1115.3816.85-
YUV99.61133.396.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.65%
GREEN value IS 120 (47.27% from 255) = 42.11%
BLUE value IS 109 (42.97% from 255) = 38.25%
R=19.65%
G=42.11%
B=38.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal561201090.5300.090.53169.6936.3634.51
Hex38786D350935aa2423
Octal7017015565011652524443
Binary111000111100011011011101010100111010110101010100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38786D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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