#387261

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

Shades of Genoa #387261

Tints of Genoa #387261

Color information

#387261 (or 0x387261) is unknown color: approx Genoa. HEX triplet: 38, 72 and 61. RGB value is (56,114,97). Sum of RGB (Red+Green+Blue) = 56+114+97=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 114 (44.92% from 255 or 42.70% from 267); Blue value is 97 (38.28% from 255 or 36.33% from 267); Max value from RGB is 114 - color contains mainly: green. Hex color #387261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387261 is #C78D9E. Grayscale: #5E5E5E. Windows color (decimal): -13077919 or 6386232. OLE color: 6386232.

HSL color Cylindrical-coordinate representation of color #387261: hue angle of 162.41º 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 #387261 is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB5611497-
CMYK0.5100.150.55
HSL162.41º34.12%33.33%-
HSV(B)162.41º50.88%44.71%-
XYZ9.8113.7413.44-
YUV94.72129.28100.38-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.97%
GREEN value IS 114 (44.92% from 255) = 42.70%
BLUE value IS 97 (38.28% from 255) = 36.33%
R=20.97%
G=42.70%
B=36.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56114970.5100.150.55162.4134.1233.33
Hex387261330F37a22221
Octal7016214163017672424241
Binary111000111001011000011100110111111011110100010100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387261; }

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

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

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

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

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

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

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

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