#38776C

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

Shades of Genoa #38776C

Tints of Genoa #38776C

Color information

#38776C (or 0x38776C) is unknown color: approx Genoa. HEX triplet: 38, 77 and 6C. RGB value is (56,119,108). Sum of RGB (Red+Green+Blue) = 56+119+108=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 119 - color contains mainly: green. Hex color #38776C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38776C is #C78893. Grayscale: #626262. Windows color (decimal): -13076628 or 7108408. OLE color: 7108408.

HSL color Cylindrical-coordinate representation of color #38776C: hue angle of 169.52º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #38776C is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB56119108-
CMYK0.5300.090.53
HSL169.52º36%34.31%-
HSV(B)169.52º52.94%46.67%-
XYZ10.9315.1216.53-
YUV98.91133.1397.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.79%
GREEN value IS 119 (46.88% from 255) = 42.05%
BLUE value IS 108 (42.58% from 255) = 38.16%
R=19.79%
G=42.05%
B=38.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal561191080.5300.090.53169.523634.31
Hex38776C350935aa2422
Octal7016715465011652524442
Binary111000111011111011001101010100111010110101010100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38776C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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