#368272

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

Shades of Genoa #368272

Tints of Genoa #368272

Color information

#368272 (or 0x368272) is unknown color: approx Genoa. HEX triplet: 36, 82 and 72. RGB value is (54,130,114). Sum of RGB (Red+Green+Blue) = 54+130+114=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 130 - color contains mainly: green. Hex color #368272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368272 is #C97D8D. Grayscale: #696969. Windows color (decimal): -13204878 or 7504438. OLE color: 7504438.

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

Color convert

RGB54130114-
CMYK0.5800.120.49
HSL167.37º41.3%36.08%-
HSV(B)167.37º58.46%50.98%-
XYZ12.5417.9618.73-
YUV105.45132.8291.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18.12%
GREEN value IS 130 (51.17% from 255) = 43.62%
BLUE value IS 114 (44.92% from 255) = 38.26%
R=18.12%
G=43.62%
B=38.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal541301140.5800.120.49167.3741.336.08
Hex3682723A0C31a72924
Octal6620216272014612475144
Binary1101101000001011100101110100110011000110100111101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368272; }

 p { color: rgb(54,130,114); }

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

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

 a { background-color: rgb(54,130,114); }

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

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

 span { border-color: rgb(54,130,114); }

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