#388179

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

Shades of Genoa #388179

Tints of Genoa #388179

Color information

#388179 (or 0x388179) is unknown color: approx Genoa. HEX triplet: 38, 81 and 79. RGB value is (56,129,121). Sum of RGB (Red+Green+Blue) = 56+129+121=306 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.30% from 306); Green value is 129 (50.78% from 255 or 42.16% from 306); Blue value is 121 (47.66% from 255 or 39.54% from 306); Max value from RGB is 129 - color contains mainly: green. Hex color #388179 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388179 is #C77E86. Grayscale: #6A6A6A. Windows color (decimal): -13074055 or 7962936. OLE color: 7962936.

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

Color convert

RGB56129121-
CMYK0.5700.060.49
HSL173.42º39.46%36.27%-
HSV(B)173.42º56.59%50.59%-
XYZ12.9317.9220.87-
YUV106.26136.3292.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.30%
GREEN value IS 129 (50.78% from 255) = 42.16%
BLUE value IS 121 (47.66% from 255) = 39.54%
R=18.30%
G=42.16%
B=39.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal561291210.5700.060.49173.4239.4636.27
Hex388179390631ad2724
Octal702011717106612554744
Binary111000100000011111001111001011011000110101101100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388179; }

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

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

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

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

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

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

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

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