#338272

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

Shades of Genoa #338272

Tints of Genoa #338272

Color information

#338272 (or 0x338272) is unknown color: approx Genoa. HEX triplet: 33, 82 and 72. RGB value is (51,130,114). Sum of RGB (Red+Green+Blue) = 51+130+114=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #338272 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338272 is #CC7D8D. Grayscale: #686868. Windows color (decimal): -13401486 or 7504435. OLE color: 7504435.

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

Color convert

RGB51130114-
CMYK0.6100.120.49
HSL167.85º43.65%35.49%-
HSV(B)167.85º60.77%50.98%-
XYZ12.3917.8818.72-
YUV104.56133.3389.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.29%
GREEN value IS 130 (51.17% from 255) = 44.07%
BLUE value IS 114 (44.92% from 255) = 38.64%
R=17.29%
G=44.07%
B=38.64%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal511301140.6100.120.49167.8543.6535.49
Hex3382723D0C31a82c23
Octal6320216275014612505443
Binary1100111000001011100101111010110011000110101000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338272; }

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

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

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

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

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

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

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

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