#387B75

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

Shades of Genoa #387B75

Tints of Genoa #387B75

Color information

#387B75 (or 0x387B75) is unknown color: approx Genoa. HEX triplet: 38, 7B and 75. RGB value is (56,123,117). Sum of RGB (Red+Green+Blue) = 56+123+117=296 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.92% from 296); Green value is 123 (48.44% from 255 or 41.55% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 123 - color contains mainly: green. Hex color #387B75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387B75 is #C7848A. Grayscale: #666666. Windows color (decimal): -13075595 or 7699256. OLE color: 7699256.

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

Color convert

RGB56123117-
CMYK0.5400.050.52
HSL174.63º37.43%35.1%-
HSV(B)174.63º54.47%48.24%-
XYZ11.9216.2919.35-
YUV102.28136.394.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.92%
GREEN value IS 123 (48.44% from 255) = 41.55%
BLUE value IS 117 (46.09% from 255) = 39.53%
R=18.92%
G=41.55%
B=39.53%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal561231170.5400.050.52174.6337.4335.1
Hex387B75360534af2523
Octal701731656605642574543
Binary11100011110111110101110110010111010010101111100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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