#387467

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

Shades of Genoa #387467

Tints of Genoa #387467

Color information

#387467 (or 0x387467) is unknown color: approx Genoa. HEX triplet: 38, 74 and 67. RGB value is (56,116,103). Sum of RGB (Red+Green+Blue) = 56+116+103=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 116 (45.70% from 255 or 42.18% from 275); Blue value is 103 (40.62% from 255 or 37.45% from 275); Max value from RGB is 116 - color contains mainly: green. Hex color #387467 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387467 is #C78B98. Grayscale: #606060. Windows color (decimal): -13077401 or 6779960. OLE color: 6779960.

HSL color Cylindrical-coordinate representation of color #387467: hue angle of 167º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #387467 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB56116103-
CMYK0.5200.110.55
HSL167º34.88%33.73%-
HSV(B)167º51.72%45.49%-
XYZ10.3214.3115.05-
YUV96.58131.6299.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.36%
GREEN value IS 116 (45.70% from 255) = 42.18%
BLUE value IS 103 (40.62% from 255) = 37.45%
R=20.36%
G=42.18%
B=37.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal561161030.5200.110.5516734.8833.73
Hex387467340B37a72322
Octal7016414764013672474342
Binary111000111010011001111101000101111011110100111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387467; }

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

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

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

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

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

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

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

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