#38736E

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

Shades of Genoa #38736E

Tints of Genoa #38736E

Color information

#38736E (or 0x38736E) is unknown color: approx Genoa. HEX triplet: 38, 73 and 6E. RGB value is (56,115,110). Sum of RGB (Red+Green+Blue) = 56+115+110=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 110 (43.36% from 255 or 39.15% from 281); Max value from RGB is 115 - color contains mainly: green. Hex color #38736E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38736E is #C78C91. Grayscale: #606060. Windows color (decimal): -13077650 or 7238456. OLE color: 7238456.

HSL color Cylindrical-coordinate representation of color #38736E: hue angle of 174.92º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #38736E is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB56115110-
CMYK0.5100.040.55
HSL174.92º34.5%33.53%-
HSV(B)174.92º51.3%45.1%-
XYZ10.5814.2316.94-
YUV96.79135.4598.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.93%
GREEN value IS 115 (45.31% from 255) = 40.93%
BLUE value IS 110 (43.36% from 255) = 39.15%
R=19.93%
G=40.93%
B=39.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal561151100.5100.040.55174.9234.533.53
Hex38736E330437af2322
Octal701631566304672574342
Binary11100011100111101110110011010011011110101111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38736E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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