#338B79

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

Shades of Genoa #338B79

Tints of Genoa #338B79

Color information

#338B79 (or 0x338B79) is unknown color: approx Genoa. HEX triplet: 33, 8B and 79. RGB value is (51,139,121). Sum of RGB (Red+Green+Blue) = 51+139+121=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 139 (54.69% from 255 or 44.69% from 311); Blue value is 121 (47.66% from 255 or 38.91% from 311); Max value from RGB is 139 - color contains mainly: green. Hex color #338B79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338B79 is #CC7486. Grayscale: #6E6E6E. Windows color (decimal): -13399175 or 7965491. OLE color: 7965491.

HSL color Cylindrical-coordinate representation of color #338B79: hue angle of 167.73º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #338B79 is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB51139121-
CMYK0.6300.130.45
HSL167.73º46.32%37.25%-
HSV(B)167.73º63.31%54.51%-
XYZ14.0520.5521.32-
YUV110.64133.8585.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.40%
GREEN value IS 139 (54.69% from 255) = 44.69%
BLUE value IS 121 (47.66% from 255) = 38.91%
R=16.40%
G=44.69%
B=38.91%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal511391210.6300.130.45167.7346.3237.25
Hex338B793F0D2Da82e25
Octal6321317177015552505645
Binary1100111000101111110011111110110110110110101000101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338B79; }

 p { color: rgb(51,139,121); }

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

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

 a { background-color: rgb(51,139,121); }

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

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

 span { border-color: rgb(51,139,121); }

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