#387264

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

Shades of Genoa #387264

Tints of Genoa #387264

Color information

#387264 (or 0x387264) is unknown color: approx Genoa. HEX triplet: 38, 72 and 64. RGB value is (56,114,100). Sum of RGB (Red+Green+Blue) = 56+114+100=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 114 (44.92% from 255 or 42.22% from 270); Blue value is 100 (39.45% from 255 or 37.04% from 270); Max value from RGB is 114 - color contains mainly: green. Hex color #387264 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387264 is #C78D9B. Grayscale: #5F5F5F. Windows color (decimal): -13077916 or 6582840. OLE color: 6582840.

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

Color convert

RGB56114100-
CMYK0.5100.120.55
HSL165.52º34.12%33.33%-
HSV(B)165.52º50.88%44.71%-
XYZ9.9513.814.2-
YUV95.06130.78100.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.74%
GREEN value IS 114 (44.92% from 255) = 42.22%
BLUE value IS 100 (39.45% from 255) = 37.04%
R=20.74%
G=42.22%
B=37.04%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal561141000.5100.120.55165.5234.1233.33
Hex387264330C37a62221
Octal7016214463014672464241
Binary111000111001011001001100110110011011110100110100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387264; }

 p { color: rgb(56,114,100); }

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

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

 a { background-color: rgb(56,114,100); }

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

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

 span { border-color: rgb(56,114,100); }

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