Html Css Color HEX #358574 Genoa

📋 copy color: '#358574'

red 53 ◦ green 133 ◦ blue 116

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

Shades of Genoa #358574

Tints of Genoa #358574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.41%

R = 17.55%
G = 44.04%
B = 38.41%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#358574 (or 0x358574) is known color: Genoa. HEX triplet: 35, 85 and 74. RGB value is (53,133,116). Sum of RGB (Red+Green+Blue) = 53+133+116=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 116 (45.70% from 255 or 38.41% from 302); Max value from RGB is 133 - color contains mainly: green. Hex color #358574 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358574 is #CA7A8B. Grayscale: #6B6B6B. Windows color (decimal): -13269644 or 7636277. OLE color: 7636277.

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

Color convert

RGB 53 133 116 -
CMYK 0.60 0 0.13 0.48
HSL 167.25º 0.43% 0.36% -
HSV(B) 167.25º 0.6% 0.52% -
XYZ 13.01 18.79 19.46 -
YUV 107.14 133 89.38 -
System Red Green Blue C M Y K H S L
Decimal 53 133 116 0.60 0 0.13 0.48 167.25 0.43 0.36
Hex 35 85 74 3C 0 D 30 A7 2B 24
Octal 65 205 164 74 0 15 60 247 53 44
Binary 110101 10000101 1110100 111100 0 1101 110000 10100111 101011 100100

Color Harmonies of #358574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358574

Black with #358574

Text Example


Text Example

White with #358574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358574; }

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

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

background-color css

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

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

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

border-color css

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

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

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