Html Css Color HEX #338979 Genoa

📋 copy color: '#338979'

red 51 ◦ green 137 ◦ blue 121

#338979
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Genoa #338979

Tints of Genoa #338979

RGB

 RED value IS 51 (20.31% from 255) = 16.5%

 GREEN value IS 137 (53.91% from 255) = 44.34%

 BLUE value IS 121 (47.66% from 255) = 39.16%

R = 16.5%
G = 44.34%
B = 39.16%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#338979 (or 0x338979) is known color: Genoa. HEX triplet: 33, 89 and 79. RGB value is (51,137,121). Sum of RGB (Red+Green+Blue) = 51+137+121=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 137 (53.91% from 255 or 44.34% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 137 - color contains mainly: green. Hex color #338979 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338979 is #CC7686. Grayscale: #6D6D6D. Windows color (decimal): -13399687 or 7964979. OLE color: 7964979.

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

Color convert

RGB 51 137 121 -
CMYK 0.63 0 0.12 0.46
HSL 168.84º 0.46% 0.37% -
HSV(B) 168.84º 0.63% 0.54% -
XYZ 13.76 19.98 21.22 -
YUV 109.46 134.51 86.3 -
System Red Green Blue C M Y K H S L
Decimal 51 137 121 0.63 0 0.12 0.46 168.84 0.46 0.37
Hex 33 89 79 3F 0 C 2E A9 2E 25
Octal 63 211 171 77 0 14 56 251 56 45
Binary 110011 10001001 1111001 111111 0 1100 101110 10101001 101110 100101

Color Harmonies of #338979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338979

Black with #338979

Text Example


Text Example

White with #338979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338979; }

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

 H1.HeaderClassName
 {
   color: #338979;
 }
 .AnyTagClassName
 {
   color: #338979;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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