#387B6A

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

Shades of Genoa #387B6A

Tints of Genoa #387B6A

Color information

#387B6A (or 0x387B6A) is unknown color: approx Genoa. HEX triplet: 38, 7B and 6A. RGB value is (56,123,106). Sum of RGB (Red+Green+Blue) = 56+123+106=285 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.65% from 285); Green value is 123 (48.44% from 255 or 43.16% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 123 - color contains mainly: green. Hex color #387B6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387B6A is #C78495. Grayscale: #656565. Windows color (decimal): -13075606 or 6978360. OLE color: 6978360.

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

Color convert

RGB56123106-
CMYK0.5400.140.52
HSL164.78º37.43%35.1%-
HSV(B)164.78º54.47%48.24%-
XYZ11.3216.0516.14-
YUV101.03130.895.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.65%
GREEN value IS 123 (48.44% from 255) = 43.16%
BLUE value IS 106 (41.80% from 255) = 37.19%
R=19.65%
G=43.16%
B=37.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal561231060.5400.140.52164.7837.4335.1
Hex387B6A360E34a52523
Octal7017315266016642454543
Binary111000111101111010101101100111011010010100101100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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