#387B70

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

Shades of Genoa #387B70

Tints of Genoa #387B70

Color information

#387B70 (or 0x387B70) is unknown color: approx Genoa. HEX triplet: 38, 7B and 70. RGB value is (56,123,112). Sum of RGB (Red+Green+Blue) = 56+123+112=291 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.24% from 291); Green value is 123 (48.44% from 255 or 42.27% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 123 - color contains mainly: green. Hex color #387B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387B70 is #C7848F. Grayscale: #656565. Windows color (decimal): -13075600 or 7371576. OLE color: 7371576.

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

Color convert

RGB56123112-
CMYK0.5400.090.52
HSL170.15º37.43%35.1%-
HSV(B)170.15º54.47%48.24%-
XYZ11.6416.1817.84-
YUV101.71133.895.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.24%
GREEN value IS 123 (48.44% from 255) = 42.27%
BLUE value IS 112 (44.14% from 255) = 38.49%
R=19.24%
G=42.27%
B=38.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal561231120.5400.090.52170.1537.4335.1
Hex387B70360934aa2523
Octal7017316066011642524543
Binary111000111101111100001101100100111010010101010100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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