#338775

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

Shades of Genoa #338775

Tints of Genoa #338775

Color information

#338775 (or 0x338775) is unknown color: approx Genoa. HEX triplet: 33, 87 and 75. RGB value is (51,135,117). Sum of RGB (Red+Green+Blue) = 51+135+117=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 135 (53.12% from 255 or 44.55% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 135 - color contains mainly: green. Hex color #338775 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338775 is #CC788A. Grayscale: #6B6B6B. Windows color (decimal): -13400203 or 7702323. OLE color: 7702323.

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

Color convert

RGB51135117-
CMYK0.6200.130.47
HSL167.14º45.16%36.47%-
HSV(B)167.14º62.22%52.94%-
XYZ13.2419.3219.86-
YUV107.83133.1787.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.83%
GREEN value IS 135 (53.12% from 255) = 44.55%
BLUE value IS 117 (46.09% from 255) = 38.61%
R=16.83%
G=44.55%
B=38.61%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal511351170.6200.130.47167.1445.1636.47
Hex3387753E0D2Fa72d24
Octal6320716576015572475544
Binary1100111000011111101011111100110110111110100111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338775; }

 p { color: rgb(51,135,117); }

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

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

 a { background-color: rgb(51,135,117); }

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

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

 span { border-color: rgb(51,135,117); }

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