#38796C

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

Shades of Genoa #38796C

Tints of Genoa #38796C

Color information

#38796C (or 0x38796C) is unknown color: approx Genoa. HEX triplet: 38, 79 and 6C. RGB value is (56,121,108). Sum of RGB (Red+Green+Blue) = 56+121+108=285 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.65% from 285); Green value is 121 (47.66% from 255 or 42.46% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 121 - color contains mainly: green. Hex color #38796C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38796C is #C78693. Grayscale: #646464. Windows color (decimal): -13076116 or 7108920. OLE color: 7108920.

HSL color Cylindrical-coordinate representation of color #38796C: hue angle of 168º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #38796C is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB56121108-
CMYK0.5400.110.53
HSL168º36.72%34.71%-
HSV(B)168º53.72%47.45%-
XYZ11.1815.616.61-
YUV100.08132.4796.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.65%
GREEN value IS 121 (47.66% from 255) = 42.46%
BLUE value IS 108 (42.58% from 255) = 37.89%
R=19.65%
G=42.46%
B=37.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal561211080.5400.110.5316836.7234.71
Hex38796C360B35a82523
Octal7017115466013652504543
Binary111000111100111011001101100101111010110101000100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38796C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38796C; }

 p { color: rgb(56,121,108); }

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

<style>
 a { background-color: #38796C; }

 a { background-color: rgb(56,121,108); }

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

<style>
 span { border-color: #38796C; }

 span { border-color: rgb(56,121,108); }

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