#387672

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

Shades of Genoa #387672

Tints of Genoa #387672

Color information

#387672 (or 0x387672) is unknown color: approx Genoa. HEX triplet: 38, 76 and 72. RGB value is (56,118,114). Sum of RGB (Red+Green+Blue) = 56+118+114=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 118 (46.48% from 255 or 40.97% from 288); Blue value is 114 (44.92% from 255 or 39.58% from 288); Max value from RGB is 118 - color contains mainly: green. Hex color #387672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387672 is #C7898D. Grayscale: #626262. Windows color (decimal): -13076878 or 7501368. OLE color: 7501368.

HSL color Cylindrical-coordinate representation of color #387672: hue angle of 176.13º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #387672 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB56118114-
CMYK0.5300.030.54
HSL176.13º35.63%34.12%-
HSV(B)176.13º52.54%46.27%-
XYZ11.1515.0118.23-
YUV99.01136.4697.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.44%
GREEN value IS 118 (46.48% from 255) = 40.97%
BLUE value IS 114 (44.92% from 255) = 39.58%
R=19.44%
G=40.97%
B=39.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal561181140.5300.030.54176.1335.6334.12
Hex387672350336b02422
Octal701661626503662604442
Binary1110001110110111001011010101111011010110000100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387672; }

 p { color: rgb(56,118,114); }

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

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

 a { background-color: rgb(56,118,114); }

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

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

 span { border-color: rgb(56,118,114); }

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