#38706D

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

Shades of Genoa #38706D

Tints of Genoa #38706D

Color information

#38706D (or 0x38706D) is unknown color: approx Genoa. HEX triplet: 38, 70 and 6D. RGB value is (56,112,109). Sum of RGB (Red+Green+Blue) = 56+112+109=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 112 - color contains mainly: green. Hex color #38706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38706D is #C78F92. Grayscale: #5E5E5E. Windows color (decimal): -13078419 or 7172152. OLE color: 7172152.

HSL color Cylindrical-coordinate representation of color #38706D: hue angle of 176.79º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #38706D is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB56112109-
CMYK0.5000.030.56
HSL176.79º33.33%32.94%-
HSV(B)176.79º50%43.92%-
XYZ10.1913.5316.54-
YUV94.91135.95100.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.22%
GREEN value IS 112 (44.14% from 255) = 40.43%
BLUE value IS 109 (42.97% from 255) = 39.35%
R=20.22%
G=40.43%
B=39.35%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal561121090.5000.030.56176.7933.3332.94
Hex38706D320338b12121
Octal701601556203702614141
Binary1110001110000110110111001001111100010110001100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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