#388577

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

Shades of Genoa #388577

Tints of Genoa #388577

Color information

#388577 (or 0x388577) is unknown color: approx Genoa. HEX triplet: 38, 85 and 77. RGB value is (56,133,119). Sum of RGB (Red+Green+Blue) = 56+133+119=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 133 - color contains mainly: green. Hex color #388577 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388577 is #C77A88. Grayscale: #6C6C6C. Windows color (decimal): -13073033 or 7832888. OLE color: 7832888.

HSL color Cylindrical-coordinate representation of color #388577: hue angle of 169.09º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #388577 is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB56133119-
CMYK0.5800.110.48
HSL169.09º40.74%37.06%-
HSV(B)169.09º57.89%52.16%-
XYZ13.3518.9520.41-
YUV108.38133.9990.64-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.18%
GREEN value IS 133 (52.34% from 255) = 43.18%
BLUE value IS 119 (46.88% from 255) = 38.64%
R=18.18%
G=43.18%
B=38.64%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal561331190.5800.110.48169.0940.7437.06
Hex3885773A0B30a92925
Octal7020516772013602515145
Binary1110001000010111101111110100101111000010101001101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388577; }

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

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

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

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

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

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

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

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