#387067

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

Shades of Genoa #387067

Tints of Genoa #387067

Color information

#387067 (or 0x387067) is unknown color: approx Genoa. HEX triplet: 38, 70 and 67. RGB value is (56,112,103). Sum of RGB (Red+Green+Blue) = 56+112+103=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 103 (40.62% from 255 or 38.01% from 271); Max value from RGB is 112 - color contains mainly: green. Hex color #387067 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387067 is #C78F98. Grayscale: #5E5E5E. Windows color (decimal): -13078425 or 6778936. OLE color: 6778936.

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

Color convert

RGB56112103-
CMYK0.5000.080.56
HSL170.36º33.33%32.94%-
HSV(B)170.36º50%43.92%-
XYZ9.8713.4114.9-
YUV94.23132.95100.73-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.66%
GREEN value IS 112 (44.14% from 255) = 41.33%
BLUE value IS 103 (40.62% from 255) = 38.01%
R=20.66%
G=41.33%
B=38.01%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal561121030.5000.080.56170.3633.3332.94
Hex387067320838aa2121
Octal7016014762010702524141
Binary111000111000011001111100100100011100010101010100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387067; }

 p { color: rgb(56,112,103); }

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

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

 a { background-color: rgb(56,112,103); }

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

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

 span { border-color: rgb(56,112,103); }

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