#367A69

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

Shades of Genoa #367A69

Tints of Genoa #367A69

Color information

#367A69 (or 0x367A69) is unknown color: approx Genoa. HEX triplet: 36, 7A and 69. RGB value is (54,122,105). Sum of RGB (Red+Green+Blue) = 54+122+105=281 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.22% from 281); Green value is 122 (48.05% from 255 or 43.42% from 281); Blue value is 105 (41.41% from 255 or 37.37% from 281); Max value from RGB is 122 - color contains mainly: green. Hex color #367A69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367A69 is #C98596. Grayscale: #636363. Windows color (decimal): -13206935 or 6912566. OLE color: 6912566.

HSL color Cylindrical-coordinate representation of color #367A69: hue angle of 165º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #367A69 is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.52.

Color convert

RGB54122105-
CMYK0.5600.140.52
HSL165º38.64%34.51%-
HSV(B)165º55.74%47.84%-
XYZ11.0315.7215.82-
YUV99.73130.9795.38-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.22%
GREEN value IS 122 (48.05% from 255) = 43.42%
BLUE value IS 105 (41.41% from 255) = 37.37%
R=19.22%
G=43.42%
B=37.37%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal541221050.5600.140.5216538.6434.51
Hex367A69380E34a52723
Octal6617215170016642454743
Binary110110111101011010011110000111011010010100101100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367A69; }

 p { color: rgb(54,122,105); }

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

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

 a { background-color: rgb(54,122,105); }

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

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

 span { border-color: rgb(54,122,105); }

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