#367968

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

Shades of Genoa #367968

Tints of Genoa #367968

Color information

#367968 (or 0x367968) is unknown color: approx Genoa. HEX triplet: 36, 79 and 68. RGB value is (54,121,104). Sum of RGB (Red+Green+Blue) = 54+121+104=279 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.35% from 279); Green value is 121 (47.66% from 255 or 43.37% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 121 - color contains mainly: green. Hex color #367968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367968 is #C98697. Grayscale: #636363. Windows color (decimal): -13207192 or 6846774. OLE color: 6846774.

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

Color convert

RGB54121104-
CMYK0.5500.140.53
HSL164.78º38.29%34.31%-
HSV(B)164.78º55.37%47.45%-
XYZ10.8615.4615.51-
YUV99.03130.895.88-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.35%
GREEN value IS 121 (47.66% from 255) = 43.37%
BLUE value IS 104 (41.02% from 255) = 37.28%
R=19.35%
G=43.37%
B=37.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal541211040.5500.140.53164.7838.2934.31
Hex367968370E35a52622
Octal6617115067016652454642
Binary110110111100111010001101110111011010110100101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367968; }

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

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

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

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

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

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

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

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