#38766E

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

Shades of Genoa #38766E

Tints of Genoa #38766E

Color information

#38766E (or 0x38766E) is unknown color: approx Genoa. HEX triplet: 38, 76 and 6E. RGB value is (56,118,110). Sum of RGB (Red+Green+Blue) = 56+118+110=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 118 (46.48% from 255 or 41.55% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 118 - color contains mainly: green. Hex color #38766E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38766E is #C78991. Grayscale: #626262. Windows color (decimal): -13076882 or 7239224. OLE color: 7239224.

HSL color Cylindrical-coordinate representation of color #38766E: hue angle of 172.26º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #38766E is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB56118110-
CMYK0.5300.070.54
HSL172.26º35.63%34.12%-
HSV(B)172.26º52.54%46.27%-
XYZ10.9214.9217.06-
YUV98.55134.4697.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.72%
GREEN value IS 118 (46.48% from 255) = 41.55%
BLUE value IS 110 (43.36% from 255) = 38.73%
R=19.72%
G=41.55%
B=38.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal561181100.5300.070.54172.2635.6334.12
Hex38766E350736ac2422
Octal701661566507662544442
Binary11100011101101101110110101011111011010101100100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38766E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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