Html Css Color HEX #358879 Genoa

📋 copy color: '#358879'

red 53 ◦ green 136 ◦ blue 121

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

Shades of Genoa #358879

Tints of Genoa #358879

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.87%

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

R = 17.1%
G = 43.87%
B = 39.03%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#358879 (or 0x358879) is known color: Genoa. HEX triplet: 35, 88 and 79. RGB value is (53,136,121). Sum of RGB (Red+Green+Blue) = 53+136+121=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 136 (53.52% from 255 or 43.87% from 310); Blue value is 121 (47.66% from 255 or 39.03% from 310); Max value from RGB is 136 - color contains mainly: green. Hex color #358879 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358879 is #CA7786. Grayscale: #6D6D6D. Windows color (decimal): -13268871 or 7964725. OLE color: 7964725.

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

Color convert

RGB 53 136 121 -
CMYK 0.61 0 0.11 0.47
HSL 169.16º 0.44% 0.37% -
HSV(B) 169.16º 0.61% 0.53% -
XYZ 13.72 19.75 21.18 -
YUV 109.47 134.5 87.72 -
System Red Green Blue C M Y K H S L
Decimal 53 136 121 0.61 0 0.11 0.47 169.16 0.44 0.37
Hex 35 88 79 3D 0 B 2F A9 2C 25
Octal 65 210 171 75 0 13 57 251 54 45
Binary 110101 10001000 1111001 111101 0 1011 101111 10101001 101100 100101

Color Harmonies of #358879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358879

Black with #358879

Text Example


Text Example

White with #358879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358879; }

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

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

background-color css

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

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

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

border-color css

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

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

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