Html Css Color HEX #358777 Genoa

📋 copy color: '#358777'

red 53 ◦ green 135 ◦ blue 119

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

Shades of Genoa #358777

Tints of Genoa #358777

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.97%

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

R = 17.26%
G = 43.97%
B = 38.76%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#358777 (or 0x358777) is known color: Genoa. HEX triplet: 35, 87 and 77. RGB value is (53,135,119). Sum of RGB (Red+Green+Blue) = 53+135+119=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 135 (53.12% from 255 or 43.97% from 307); Blue value is 119 (46.88% from 255 or 38.76% from 307); Max value from RGB is 135 - color contains mainly: green. Hex color #358777 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358777 is #CA7888. Grayscale: #6C6C6C. Windows color (decimal): -13269129 or 7833397. OLE color: 7833397.

HSL color Cylindrical-coordinate representation of color #358777: hue angle of 168.29º 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 #358777 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 135 119 -
CMYK 0.61 0 0.12 0.47
HSL 168.29º 0.44% 0.37% -
HSV(B) 168.29º 0.61% 0.53% -
XYZ 13.46 19.42 20.49 -
YUV 108.66 133.83 88.3 -
System Red Green Blue C M Y K H S L
Decimal 53 135 119 0.61 0 0.12 0.47 168.29 0.44 0.37
Hex 35 87 77 3D 0 C 2F A8 2C 25
Octal 65 207 167 75 0 14 57 250 54 45
Binary 110101 10000111 1110111 111101 0 1100 101111 10101000 101100 100101

Color Harmonies of #358777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358777

Black with #358777

Text Example


Text Example

White with #358777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358777; }

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

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

background-color css

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

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

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

border-color css

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

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

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