Html Css Color HEX #358579 Genoa

📋 copy color: '#358579'

red 53 ◦ green 133 ◦ blue 121

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

Shades of Genoa #358579

Tints of Genoa #358579

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.32%

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

R = 17.26%
G = 43.32%
B = 39.41%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#358579 (or 0x358579) is known color: Genoa. HEX triplet: 35, 85 and 79. RGB value is (53,133,121). Sum of RGB (Red+Green+Blue) = 53+133+121=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 121 (47.66% from 255 or 39.41% from 307); Max value from RGB is 133 - color contains mainly: green. Hex color #358579 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358579 is #CA7A86. Grayscale: #6B6B6B. Windows color (decimal): -13269639 or 7963957. OLE color: 7963957.

HSL color Cylindrical-coordinate representation of color #358579: hue angle of 171º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358579 is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 53 133 121 -
CMYK 0.60 0 0.09 0.48
HSL 171º 0.43% 0.36% -
HSV(B) 171º 0.6% 0.52% -
XYZ 13.31 18.91 21.04 -
YUV 107.71 135.5 88.98 -
System Red Green Blue C M Y K H S L
Decimal 53 133 121 0.60 0 0.09 0.48 171 0.43 0.36
Hex 35 85 79 3C 0 9 30 AB 2B 24
Octal 65 205 171 74 0 11 60 253 53 44
Binary 110101 10000101 1111001 111100 0 1001 110000 10101011 101011 100100

Color Harmonies of #358579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358579

Black with #358579

Text Example


Text Example

White with #358579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358579; }

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

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

background-color css

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

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

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

border-color css

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

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

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