#338572

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

Shades of Genoa #338572

Tints of Genoa #338572

Color information

#338572 (or 0x338572) is unknown color: approx Genoa. HEX triplet: 33, 85 and 72. RGB value is (51,133,114). Sum of RGB (Red+Green+Blue) = 51+133+114=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 133 - color contains mainly: green. Hex color #338572 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338572 is #CC7A8D. Grayscale: #6A6A6A. Windows color (decimal): -13400718 or 7505203. OLE color: 7505203.

HSL color Cylindrical-coordinate representation of color #338572: hue angle of 166.1º 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 #338572 is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB51133114-
CMYK0.6200.140.48
HSL166.1º44.57%36.08%-
HSV(B)166.1º61.65%52.16%-
XYZ12.7918.6918.85-
YUV106.32132.3388.54-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.11%
GREEN value IS 133 (52.34% from 255) = 44.63%
BLUE value IS 114 (44.92% from 255) = 38.26%
R=17.11%
G=44.63%
B=38.26%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal511331140.6200.140.48166.144.5736.08
Hex3385723E0E30a62d24
Octal6320516276016602465544
Binary1100111000010111100101111100111011000010100110101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338572; }

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

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

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

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

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

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

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

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