#38766D

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

Shades of Genoa #38766D

Tints of Genoa #38766D

Color information

#38766D (or 0x38766D) is unknown color: approx Genoa. HEX triplet: 38, 76 and 6D. RGB value is (56,118,109). Sum of RGB (Red+Green+Blue) = 56+118+109=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 118 - color contains mainly: green. Hex color #38766D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38766D is #C78992. Grayscale: #626262. Windows color (decimal): -13076883 or 7173688. OLE color: 7173688.

HSL color Cylindrical-coordinate representation of color #38766D: hue angle of 171.29º 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 #38766D is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB56118109-
CMYK0.5300.080.54
HSL171.29º35.63%34.12%-
HSV(B)171.29º52.54%46.27%-
XYZ10.8714.916.77-
YUV98.44133.9697.73-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.79%
GREEN value IS 118 (46.48% from 255) = 41.70%
BLUE value IS 109 (42.97% from 255) = 38.52%
R=19.79%
G=41.70%
B=38.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal561181090.5300.080.54171.2935.6334.12
Hex38766D350836ab2422
Octal7016615565010662534442
Binary111000111011011011011101010100011011010101011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38766D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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