#387262

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

Shades of Genoa #387262

Tints of Genoa #387262

Color information

#387262 (or 0x387262) is unknown color: approx Genoa. HEX triplet: 38, 72 and 62. RGB value is (56,114,98). Sum of RGB (Red+Green+Blue) = 56+114+98=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 114 (44.92% from 255 or 42.54% from 268); Blue value is 98 (38.67% from 255 or 36.57% from 268); Max value from RGB is 114 - color contains mainly: green. Hex color #387262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387262 is #C78D9D. Grayscale: #5E5E5E. Windows color (decimal): -13077918 or 6451768. OLE color: 6451768.

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

Color convert

RGB5611498-
CMYK0.5100.140.55
HSL163.45º34.12%33.33%-
HSV(B)163.45º50.88%44.71%-
XYZ9.8513.7613.69-
YUV94.83129.78100.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.90%
GREEN value IS 114 (44.92% from 255) = 42.54%
BLUE value IS 98 (38.67% from 255) = 36.57%
R=20.90%
G=42.54%
B=36.57%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56114980.5100.140.55163.4534.1233.33
Hex387262330E37a32221
Octal7016214263016672434241
Binary111000111001011000101100110111011011110100011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387262; }

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

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

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

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

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

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

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

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