#388377

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

Shades of Genoa #388377

Tints of Genoa #388377

Color information

#388377 (or 0x388377) is unknown color: approx Genoa. HEX triplet: 38, 83 and 77. RGB value is (56,131,119). Sum of RGB (Red+Green+Blue) = 56+131+119=306 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.30% from 306); Green value is 131 (51.56% from 255 or 42.81% from 306); Blue value is 119 (46.88% from 255 or 38.89% from 306); Max value from RGB is 131 - color contains mainly: green. Hex color #388377 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388377 is #C77C88. Grayscale: #6B6B6B. Windows color (decimal): -13073545 or 7832376. OLE color: 7832376.

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

Color convert

RGB56131119-
CMYK0.5700.090.49
HSL170.4º40.11%36.67%-
HSV(B)170.4º57.25%51.37%-
XYZ13.0818.4120.32-
YUV107.21134.6591.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.30%
GREEN value IS 131 (51.56% from 255) = 42.81%
BLUE value IS 119 (46.88% from 255) = 38.89%
R=18.30%
G=42.81%
B=38.89%

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
Decimal561311190.5700.090.49170.440.1136.67
Hex388377390931aa2825
Octal7020316771011612525045
Binary1110001000001111101111110010100111000110101010101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388377; }

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

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

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

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

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

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

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

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