#338676

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

Shades of Genoa #338676

Tints of Genoa #338676

Color information

#338676 (or 0x338676) is unknown color: approx Genoa. HEX triplet: 33, 86 and 76. RGB value is (51,134,118). Sum of RGB (Red+Green+Blue) = 51+134+118=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 134 (52.73% from 255 or 44.22% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 134 - color contains mainly: green. Hex color #338676 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338676 is #CC7989. Grayscale: #6B6B6B. Windows color (decimal): -13400458 or 7767603. OLE color: 7767603.

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

Color convert

RGB51134118-
CMYK0.6200.120.47
HSL168.43º44.86%36.27%-
HSV(B)168.43º61.94%52.55%-
XYZ13.1619.0620.13-
YUV107.3613487.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.83%
GREEN value IS 134 (52.73% from 255) = 44.22%
BLUE value IS 118 (46.48% from 255) = 38.94%
R=16.83%
G=44.22%
B=38.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal511341180.6200.120.47168.4344.8636.27
Hex3386763E0C2Fa82d24
Octal6320616676014572505544
Binary1100111000011011101101111100110010111110101000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338676; }

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

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

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

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

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

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

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

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