Html Css Color HEX #358477 Genoa

📋 copy color: '#358477'

red 53 ◦ green 132 ◦ blue 119

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

Shades of Genoa #358477

Tints of Genoa #358477

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.42%

 BLUE value IS 119 (46.88% from 255) = 39.14%

R = 17.43%
G = 43.42%
B = 39.14%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.10

 K value IS 0.48

RGB Variations

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

Color information

#358477 (or 0x358477) is known color: Genoa. HEX triplet: 35, 84 and 77. RGB value is (53,132,119). Sum of RGB (Red+Green+Blue) = 53+132+119=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 132 (51.95% from 255 or 43.42% from 304); Blue value is 119 (46.88% from 255 or 39.14% from 304); Max value from RGB is 132 - color contains mainly: green. Hex color #358477 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358477 is #CA7B88. Grayscale: #6A6A6A. Windows color (decimal): -13269897 or 7832629. OLE color: 7832629.

HSL color Cylindrical-coordinate representation of color #358477: hue angle of 170.13º 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 #358477 is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB 53 132 119 -
CMYK 0.60 0 0.10 0.48
HSL 170.13º 0.43% 0.36% -
HSV(B) 170.13º 0.6% 0.52% -
XYZ 13.05 18.59 20.35 -
YUV 106.9 134.83 89.56 -
System Red Green Blue C M Y K H S L
Decimal 53 132 119 0.60 0 0.10 0.48 170.13 0.43 0.36
Hex 35 84 77 3C 0 A 30 AA 2B 24
Octal 65 204 167 74 0 12 60 252 53 44
Binary 110101 10000100 1110111 111100 0 1010 110000 10101010 101011 100100

Color Harmonies of #358477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358477

Black with #358477

Text Example


Text Example

White with #358477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358477; }

 p { color: rgb(53,132,119); }

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

background-color css

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

 a { background-color: rgb(53,132,119); }

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

border-color css

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

 span { border-color: rgb(53,132,119); }

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