#388175

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

Shades of Genoa #388175

Tints of Genoa #388175

Color information

#388175 (or 0x388175) is unknown color: approx Genoa. HEX triplet: 38, 81 and 75. RGB value is (56,129,117). Sum of RGB (Red+Green+Blue) = 56+129+117=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 129 (50.78% from 255 or 42.72% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 129 - color contains mainly: green. Hex color #388175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388175 is #C77E8A. Grayscale: #696969. Windows color (decimal): -13074059 or 7700792. OLE color: 7700792.

HSL color Cylindrical-coordinate representation of color #388175: hue angle of 170.14º 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 #388175 is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB56129117-
CMYK0.5700.090.49
HSL170.14º39.46%36.27%-
HSV(B)170.14º56.59%50.59%-
XYZ12.6917.8319.6-
YUV105.8134.3292.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.54%
GREEN value IS 129 (50.78% from 255) = 42.72%
BLUE value IS 117 (46.09% from 255) = 38.74%
R=18.54%
G=42.72%
B=38.74%

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
Decimal561291170.5700.090.49170.1439.4636.27
Hex388175390931aa2724
Octal7020116571011612524744
Binary1110001000000111101011110010100111000110101010100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388175; }

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

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

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

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

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

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

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

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