#388478

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

Shades of Genoa #388478

Tints of Genoa #388478

Color information

#388478 (or 0x388478) is unknown color: approx Genoa. HEX triplet: 38, 84 and 78. RGB value is (56,132,120). Sum of RGB (Red+Green+Blue) = 56+132+120=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 132 (51.95% from 255 or 42.86% from 308); Blue value is 120 (47.27% from 255 or 38.96% from 308); Max value from RGB is 132 - color contains mainly: green. Hex color #388478 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388478 is #C77B87. Grayscale: #6B6B6B. Windows color (decimal): -13073288 or 7898168. OLE color: 7898168.

HSL color Cylindrical-coordinate representation of color #388478: hue angle of 170.53º degrees, saturation: 0.4, 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 #388478 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB56132120-
CMYK0.5800.090.48
HSL170.53º40.43%36.86%-
HSV(B)170.53º57.58%51.76%-
XYZ13.2718.720.68-
YUV107.91134.8290.98-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.18%
GREEN value IS 132 (51.95% from 255) = 42.86%
BLUE value IS 120 (47.27% from 255) = 38.96%
R=18.18%
G=42.86%
B=38.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal561321200.5800.090.48170.5340.4336.86
Hex3884783A0930ab2825
Octal7020417072011602535045
Binary1110001000010011110001110100100111000010101011101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388478; }

 p { color: rgb(56,132,120); }

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

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

 a { background-color: rgb(56,132,120); }

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

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

 span { border-color: rgb(56,132,120); }

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