#338571

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

Shades of Genoa #338571

Tints of Genoa #338571

Color information

#338571 (or 0x338571) is unknown color: approx Genoa. HEX triplet: 33, 85 and 71. RGB value is (51,133,113). Sum of RGB (Red+Green+Blue) = 51+133+113=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 133 - color contains mainly: green. Hex color #338571 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338571 is #CC7A8E. Grayscale: #6A6A6A. Windows color (decimal): -13400719 or 7439667. OLE color: 7439667.

HSL color Cylindrical-coordinate representation of color #338571: hue angle of 165.37º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #338571 is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB51133113-
CMYK0.6200.150.48
HSL165.37º44.57%36.08%-
HSV(B)165.37º61.65%52.16%-
XYZ12.7318.6718.56-
YUV106.2131.8388.63-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.17%
GREEN value IS 133 (52.34% from 255) = 44.78%
BLUE value IS 113 (44.53% from 255) = 38.05%
R=17.17%
G=44.78%
B=38.05%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal511331130.6200.150.48165.3744.5736.08
Hex3385713E0F30a52d24
Octal6320516176017602455544
Binary1100111000010111100011111100111111000010100101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338571; }

 p { color: rgb(51,133,113); }

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

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

 a { background-color: rgb(51,133,113); }

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

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

 span { border-color: rgb(51,133,113); }

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