#378272

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

Shades of Genoa #378272

Tints of Genoa #378272

Color information

#378272 (or 0x378272) is unknown color: approx Genoa. HEX triplet: 37, 82 and 72. RGB value is (55,130,114). Sum of RGB (Red+Green+Blue) = 55+130+114=299 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.39% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 114 (44.92% from 255 or 38.13% from 299); Max value from RGB is 130 - color contains mainly: green. Hex color #378272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #378272 is #C87D8D. Grayscale: #696969. Windows color (decimal): -13139342 or 7504439. OLE color: 7504439.

HSL color Cylindrical-coordinate representation of color #378272: hue angle of 167.2º 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 #378272 is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB55130114-
CMYK0.5800.120.49
HSL167.2º40.54%36.27%-
HSV(B)167.2º57.69%50.98%-
XYZ12.617.9918.73-
YUV105.75132.6591.8-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.39%
GREEN value IS 130 (51.17% from 255) = 43.48%
BLUE value IS 114 (44.92% from 255) = 38.13%
R=18.39%
G=43.48%
B=38.13%

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
Decimal551301140.5800.120.49167.240.5436.27
Hex3782723A0C31a72924
Octal6720216272014612475144
Binary1101111000001011100101110100110011000110100111101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378272; }

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

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

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

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

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

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

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

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