#387A72

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

Shades of Genoa #387A72

Tints of Genoa #387A72

Color information

#387A72 (or 0x387A72) is unknown color: approx Genoa. HEX triplet: 38, 7A and 72. RGB value is (56,122,114). Sum of RGB (Red+Green+Blue) = 56+122+114=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 122 (48.05% from 255 or 41.78% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 122 - color contains mainly: green. Hex color #387A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387A72 is #C7858D. Grayscale: #656565. Windows color (decimal): -13075854 or 7502392. OLE color: 7502392.

HSL color Cylindrical-coordinate representation of color #387A72: hue angle of 172.73º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #387A72 is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB56122114-
CMYK0.5400.070.52
HSL172.73º37.08%34.9%-
HSV(B)172.73º54.1%47.84%-
XYZ11.6315.9718.39-
YUV101.35135.1395.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.18%
GREEN value IS 122 (48.05% from 255) = 41.78%
BLUE value IS 114 (44.92% from 255) = 39.04%
R=19.18%
G=41.78%
B=39.04%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal561221140.5400.070.52172.7337.0834.9
Hex387A72360734ad2523
Octal701721626607642554543
Binary11100011110101110010110110011111010010101101100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387A72; }

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

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

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

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

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

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

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

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