Html Css Color HEX #358979 Genoa

📋 copy color: '#358979'

red 53 ◦ green 137 ◦ blue 121

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

Shades of Genoa #358979

Tints of Genoa #358979

RGB

 RED value IS 53 (21.09% from 255) = 17.04%

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

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

R = 17.04%
G = 44.05%
B = 38.91%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#358979 (or 0x358979) is known color: Genoa. HEX triplet: 35, 89 and 79. RGB value is (53,137,121). Sum of RGB (Red+Green+Blue) = 53+137+121=311 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.04% from 311); Green value is 137 (53.91% from 255 or 44.05% from 311); Blue value is 121 (47.66% from 255 or 38.91% from 311); Max value from RGB is 137 - color contains mainly: green. Hex color #358979 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358979 is #CA7686. Grayscale: #6E6E6E. Windows color (decimal): -13268615 or 7964981. OLE color: 7964981.

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

Color convert

RGB 53 137 121 -
CMYK 0.61 0 0.12 0.46
HSL 168.57º 0.44% 0.37% -
HSV(B) 168.57º 0.61% 0.54% -
XYZ 13.87 20.03 21.22 -
YUV 110.06 134.17 87.3 -
System Red Green Blue C M Y K H S L
Decimal 53 137 121 0.61 0 0.12 0.46 168.57 0.44 0.37
Hex 35 89 79 3D 0 C 2E A9 2C 25
Octal 65 211 171 75 0 14 56 251 54 45
Binary 110101 10001001 1111001 111101 0 1100 101110 10101001 101100 100101

Color Harmonies of #358979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358979

Black with #358979

Text Example


Text Example

White with #358979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358979; }

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

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

background-color css

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

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

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

border-color css

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

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

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