#338678

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

Shades of Genoa #338678

Tints of Genoa #338678

Color information

#338678 (or 0x338678) is unknown color: approx Genoa. HEX triplet: 33, 86 and 78. RGB value is (51,134,120). Sum of RGB (Red+Green+Blue) = 51+134+120=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 134 (52.73% from 255 or 43.93% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 134 - color contains mainly: green. Hex color #338678 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338678 is #CC7987. Grayscale: #6B6B6B. Windows color (decimal): -13400456 or 7898675. OLE color: 7898675.

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

Color convert

RGB51134120-
CMYK0.6200.100.47
HSL169.88º44.86%36.27%-
HSV(B)169.88º61.94%52.55%-
XYZ13.2819.1120.76-
YUV107.5913587.64-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.72%
GREEN value IS 134 (52.73% from 255) = 43.93%
BLUE value IS 120 (47.27% from 255) = 39.34%
R=16.72%
G=43.93%
B=39.34%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal511341200.6200.100.47169.8844.8636.27
Hex3386783E0A2Faa2d24
Octal6320617076012572525544
Binary1100111000011011110001111100101010111110101010101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338678; }

 p { color: rgb(51,134,120); }

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

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

 a { background-color: rgb(51,134,120); }

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

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

 span { border-color: rgb(51,134,120); }

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