#387B69

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

Shades of Genoa #387B69

Tints of Genoa #387B69

Color information

#387B69 (or 0x387B69) is unknown color: approx Genoa. HEX triplet: 38, 7B and 69. RGB value is (56,123,105). Sum of RGB (Red+Green+Blue) = 56+123+105=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 123 (48.44% from 255 or 43.31% from 284); Blue value is 105 (41.41% from 255 or 36.97% from 284); Max value from RGB is 123 - color contains mainly: green. Hex color #387B69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387B69 is #C78496. Grayscale: #646464. Windows color (decimal): -13075607 or 6912824. OLE color: 6912824.

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

Color convert

RGB56123105-
CMYK0.5400.150.52
HSL163.88º37.43%35.1%-
HSV(B)163.88º54.47%48.24%-
XYZ11.2616.0315.86-
YUV100.92130.395.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.72%
GREEN value IS 123 (48.44% from 255) = 43.31%
BLUE value IS 105 (41.41% from 255) = 36.97%
R=19.72%
G=43.31%
B=36.97%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal561231050.5400.150.52163.8837.4335.1
Hex387B69360F34a42523
Octal7017315166017642444543
Binary111000111101111010011101100111111010010100100100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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