#38736F

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

Shades of Genoa #38736F

Tints of Genoa #38736F

Color information

#38736F (or 0x38736F) is unknown color: approx Genoa. HEX triplet: 38, 73 and 6F. RGB value is (56,115,111). Sum of RGB (Red+Green+Blue) = 56+115+111=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 115 (45.31% from 255 or 40.78% from 282); Blue value is 111 (43.75% from 255 or 39.36% from 282); Max value from RGB is 115 - color contains mainly: green. Hex color #38736F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38736F is #C78C90. Grayscale: #606060. Windows color (decimal): -13077649 or 7303992. OLE color: 7303992.

HSL color Cylindrical-coordinate representation of color #38736F: hue angle of 175.93º 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 #38736F is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB56115111-
CMYK0.5100.030.55
HSL175.93º34.5%33.53%-
HSV(B)175.93º51.3%45.1%-
XYZ10.6314.2517.23-
YUV96.9135.9598.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.86%
GREEN value IS 115 (45.31% from 255) = 40.78%
BLUE value IS 111 (43.75% from 255) = 39.36%
R=19.86%
G=40.78%
B=39.36%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal561151110.5100.030.55175.9334.533.53
Hex38736F330337b02322
Octal701631576303672604342
Binary1110001110011110111111001101111011110110000100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38736F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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