#338674

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

Shades of Genoa #338674

Tints of Genoa #338674

Color information

#338674 (or 0x338674) is unknown color: approx Genoa. HEX triplet: 33, 86 and 74. RGB value is (51,134,116). Sum of RGB (Red+Green+Blue) = 51+134+116=301 (39% of max value = 765). Red value is 51 (20.31% from 255 or 16.94% from 301); Green value is 134 (52.73% from 255 or 44.52% from 301); Blue value is 116 (45.70% from 255 or 38.54% from 301); Max value from RGB is 134 - color contains mainly: green. Hex color #338674 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338674 is #CC798B. Grayscale: #6B6B6B. Windows color (decimal): -13400460 or 7636531. OLE color: 7636531.

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

Color convert

RGB51134116-
CMYK0.6200.130.47
HSL166.99º44.86%36.27%-
HSV(B)166.99º61.94%52.55%-
XYZ13.0419.0119.51-
YUV107.1313387.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.94%
GREEN value IS 134 (52.73% from 255) = 44.52%
BLUE value IS 116 (45.70% from 255) = 38.54%
R=16.94%
G=44.52%
B=38.54%

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
Decimal511341160.6200.130.47166.9944.8636.27
Hex3386743E0D2Fa72d24
Octal6320616476015572475544
Binary1100111000011011101001111100110110111110100111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338674; }

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

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

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

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

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

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

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

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