#388176

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

Shades of Genoa #388176

Tints of Genoa #388176

Color information

#388176 (or 0x388176) is unknown color: approx Genoa. HEX triplet: 38, 81 and 76. RGB value is (56,129,118). Sum of RGB (Red+Green+Blue) = 56+129+118=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 129 (50.78% from 255 or 42.57% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 129 - color contains mainly: green. Hex color #388176 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388176 is #C77E89. Grayscale: #696969. Windows color (decimal): -13074058 or 7766328. OLE color: 7766328.

HSL color Cylindrical-coordinate representation of color #388176: hue angle of 170.96º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #388176 is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB56129118-
CMYK0.5700.090.49
HSL170.96º39.46%36.27%-
HSV(B)170.96º56.59%50.59%-
XYZ12.7517.8519.91-
YUV105.92134.8292.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.48%
GREEN value IS 129 (50.78% from 255) = 42.57%
BLUE value IS 118 (46.48% from 255) = 38.94%
R=18.48%
G=42.57%
B=38.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal561291180.5700.090.49170.9639.4636.27
Hex388176390931ab2724
Octal7020116671011612534744
Binary1110001000000111101101110010100111000110101011100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388176; }

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

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

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

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

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

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

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

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