#388073

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

Shades of Genoa #388073

Tints of Genoa #388073

Color information

#388073 (or 0x388073) is unknown color: approx Genoa. HEX triplet: 38, 80 and 73. RGB value is (56,128,115). Sum of RGB (Red+Green+Blue) = 56+128+115=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 128 (50.39% from 255 or 42.81% from 299); Blue value is 115 (45.31% from 255 or 38.46% from 299); Max value from RGB is 128 - color contains mainly: green. Hex color #388073 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388073 is #C77F8C. Grayscale: #686868. Windows color (decimal): -13074317 or 7569464. OLE color: 7569464.

HSL color Cylindrical-coordinate representation of color #388073: hue angle of 169.17º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #388073 is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB56128115-
CMYK0.5600.100.50
HSL169.17º39.13%36.08%-
HSV(B)169.17º56.25%50.2%-
XYZ12.4417.5218.94-
YUV104.99133.6593.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.73%
GREEN value IS 128 (50.39% from 255) = 42.81%
BLUE value IS 115 (45.31% from 255) = 38.46%
R=18.73%
G=42.81%
B=38.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal561281150.5600.100.50169.1739.1336.08
Hex388073380A32a92724
Octal7020016370012622514744
Binary1110001000000011100111110000101011001010101001100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388073; }

 p { color: rgb(56,128,115); }

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

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

 a { background-color: rgb(56,128,115); }

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

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

 span { border-color: rgb(56,128,115); }

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