#387968

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

Shades of Genoa #387968

Tints of Genoa #387968

Color information

#387968 (or 0x387968) is unknown color: approx Genoa. HEX triplet: 38, 79 and 68. RGB value is (56,121,104). Sum of RGB (Red+Green+Blue) = 56+121+104=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 121 (47.66% from 255 or 43.06% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 121 - color contains mainly: green. Hex color #387968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #387968 is #C78697. Grayscale: #636363. Windows color (decimal): -13076120 or 6846776. OLE color: 6846776.

HSL color Cylindrical-coordinate representation of color #387968: hue angle of 164.31º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #387968 is Cyan = 0.54, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB56121104-
CMYK0.5400.140.53
HSL164.31º36.72%34.71%-
HSV(B)164.31º53.72%47.45%-
XYZ10.9715.5115.51-
YUV99.63130.4796.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.93%
GREEN value IS 121 (47.66% from 255) = 43.06%
BLUE value IS 104 (41.02% from 255) = 37.01%
R=19.93%
G=43.06%
B=37.01%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal561211040.5400.140.53164.3136.7234.71
Hex387968360E35a42523
Octal7017115066016652444543
Binary111000111100111010001101100111011010110100100100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387968; }

 p { color: rgb(56,121,104); }

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

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

 a { background-color: rgb(56,121,104); }

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

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

 span { border-color: rgb(56,121,104); }

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