#387B74

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

Shades of Genoa #387B74

Tints of Genoa #387B74

Color information

#387B74 (or 0x387B74) is unknown color: approx Genoa. HEX triplet: 38, 7B and 74. RGB value is (56,123,116). Sum of RGB (Red+Green+Blue) = 56+123+116=295 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.98% from 295); Green value is 123 (48.44% from 255 or 41.69% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 123 - color contains mainly: green. Hex color #387B74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387B74 is #C7848B. Grayscale: #666666. Windows color (decimal): -13075596 or 7633720. OLE color: 7633720.

HSL color Cylindrical-coordinate representation of color #387B74: hue angle of 173.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 #387B74 is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.52.

Color convert

RGB56123116-
CMYK0.5400.060.52
HSL173.73º37.43%35.1%-
HSV(B)173.73º54.47%48.24%-
XYZ11.8716.2719.04-
YUV102.17135.895.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.98%
GREEN value IS 123 (48.44% from 255) = 41.69%
BLUE value IS 116 (45.70% from 255) = 39.32%
R=18.98%
G=41.69%
B=39.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal561231160.5400.060.52173.7337.4335.1
Hex387B74360634ae2523
Octal701731646606642564543
Binary11100011110111110100110110011011010010101110100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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