#368073

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

Shades of Genoa #368073

Tints of Genoa #368073

Color information

#368073 (or 0x368073) is unknown color: approx Genoa. HEX triplet: 36, 80 and 73. RGB value is (54,128,115). Sum of RGB (Red+Green+Blue) = 54+128+115=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 128 (50.39% from 255 or 43.10% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 128 - color contains mainly: green. Hex color #368073 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368073 is #C97F8C. Grayscale: #686868. Windows color (decimal): -13205389 or 7569462. OLE color: 7569462.

HSL color Cylindrical-coordinate representation of color #368073: hue angle of 169.46º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #368073 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.50.

Color convert

RGB54128115-
CMYK0.5800.100.50
HSL169.46º40.66%35.69%-
HSV(B)169.46º57.81%50.2%-
XYZ12.3417.4618.94-
YUV104.39133.9892.06-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.18%
GREEN value IS 128 (50.39% from 255) = 43.10%
BLUE value IS 115 (45.31% from 255) = 38.72%
R=18.18%
G=43.10%
B=38.72%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal541281150.5800.100.50169.4640.6635.69
Hex3680733A0A32a92924
Octal6620016372012622515144
Binary1101101000000011100111110100101011001010101001101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368073; }

 p { color: rgb(54,128,115); }

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

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

 a { background-color: rgb(54,128,115); }

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

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

 span { border-color: rgb(54,128,115); }

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