#388376

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

Shades of Genoa #388376

Tints of Genoa #388376

Color information

#388376 (or 0x388376) is unknown color: approx Genoa. HEX triplet: 38, 83 and 76. RGB value is (56,131,118). Sum of RGB (Red+Green+Blue) = 56+131+118=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 131 (51.56% from 255 or 42.95% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 131 - color contains mainly: green. Hex color #388376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388376 is #C77C89. Grayscale: #6B6B6B. Windows color (decimal): -13073546 or 7766840. OLE color: 7766840.

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

Color convert

RGB56131118-
CMYK0.5700.100.49
HSL169.6º40.11%36.67%-
HSV(B)169.6º57.25%51.37%-
XYZ13.0218.3820-
YUV107.09134.1591.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.36%
GREEN value IS 131 (51.56% from 255) = 42.95%
BLUE value IS 118 (46.48% from 255) = 38.69%
R=18.36%
G=42.95%
B=38.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal561311180.5700.100.49169.640.1136.67
Hex388376390A31aa2825
Octal7020316671012612525045
Binary1110001000001111101101110010101011000110101010101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388376; }

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

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

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

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

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

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

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

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