Html Css Color HEX #358478 Genoa

📋 copy color: '#358478'

red 53 ◦ green 132 ◦ blue 120

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

Shades of Genoa #358478

Tints of Genoa #358478

RGB

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

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

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

R = 17.38%
G = 43.28%
B = 39.34%

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

#358478 (or 0x358478) is known color: Genoa. HEX triplet: 35, 84 and 78. RGB value is (53,132,120). Sum of RGB (Red+Green+Blue) = 53+132+120=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 132 (51.95% from 255 or 43.28% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 132 - color contains mainly: green. Hex color #358478 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358478 is #CA7B87. Grayscale: #6A6A6A. Windows color (decimal): -13269896 or 7898165. OLE color: 7898165.

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

Color convert

RGB 53 132 120 -
CMYK 0.60 0 0.09 0.48
HSL 170.89º 0.43% 0.36% -
HSV(B) 170.89º 0.6% 0.52% -
XYZ 13.11 18.62 20.67 -
YUV 107.01 135.33 89.48 -
System Red Green Blue C M Y K H S L
Decimal 53 132 120 0.60 0 0.09 0.48 170.89 0.43 0.36
Hex 35 84 78 3C 0 9 30 AB 2B 24
Octal 65 204 170 74 0 11 60 253 53 44
Binary 110101 10000100 1111000 111100 0 1001 110000 10101011 101011 100100

Color Harmonies of #358478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358478

Black with #358478

Text Example


Text Example

White with #358478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358478; }

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

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

background-color css

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

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

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

border-color css

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

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

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