Html Css Color HEX #358778 Genoa

📋 copy color: '#358778'

red 53 ◦ green 135 ◦ blue 120

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

Shades of Genoa #358778

Tints of Genoa #358778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 38.96%

R = 17.21%
G = 43.83%
B = 38.96%

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

#358778 (or 0x358778) is known color: Genoa. HEX triplet: 35, 87 and 78. RGB value is (53,135,120). Sum of RGB (Red+Green+Blue) = 53+135+120=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 135 (53.12% from 255 or 43.83% from 308); Blue value is 120 (47.27% from 255 or 38.96% from 308); Max value from RGB is 135 - color contains mainly: green. Hex color #358778 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358778 is #CA7887. Grayscale: #6C6C6C. Windows color (decimal): -13269128 or 7898933. OLE color: 7898933.

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

Color convert

RGB 53 135 120 -
CMYK 0.61 0 0.11 0.47
HSL 169.02º 0.44% 0.37% -
HSV(B) 169.02º 0.61% 0.53% -
XYZ 13.52 19.44 20.81 -
YUV 108.77 134.33 88.22 -
System Red Green Blue C M Y K H S L
Decimal 53 135 120 0.61 0 0.11 0.47 169.02 0.44 0.37
Hex 35 87 78 3D 0 B 2F A9 2C 25
Octal 65 207 170 75 0 13 57 251 54 45
Binary 110101 10000111 1111000 111101 0 1011 101111 10101001 101100 100101

Color Harmonies of #358778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358778

Black with #358778

Text Example


Text Example

White with #358778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358778; }

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

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

background-color css

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

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

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

border-color css

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

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

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