Html Css Color HEX #358575 Genoa

📋 copy color: '#358575'

red 53 ◦ green 133 ◦ blue 117

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

Shades of Genoa #358575

Tints of Genoa #358575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 38.61%

R = 17.49%
G = 43.89%
B = 38.61%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#358575 (or 0x358575) is known color: Genoa. HEX triplet: 35, 85 and 75. RGB value is (53,133,117). Sum of RGB (Red+Green+Blue) = 53+133+117=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 133 - color contains mainly: green. Hex color #358575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358575 is #CA7A8A. Grayscale: #6B6B6B. Windows color (decimal): -13269643 or 7701813. OLE color: 7701813.

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

Color convert

RGB 53 133 117 -
CMYK 0.60 0 0.12 0.48
HSL 168º 0.43% 0.36% -
HSV(B) 168º 0.6% 0.52% -
XYZ 13.07 18.82 19.77 -
YUV 107.26 133.5 89.3 -
System Red Green Blue C M Y K H S L
Decimal 53 133 117 0.60 0 0.12 0.48 168 0.43 0.36
Hex 35 85 75 3C 0 C 30 A8 2B 24
Octal 65 205 165 74 0 14 60 250 53 44
Binary 110101 10000101 1110101 111100 0 1100 110000 10101000 101011 100100

Color Harmonies of #358575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358575

Black with #358575

Text Example


Text Example

White with #358575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358575; }

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

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

background-color css

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

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

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

border-color css

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

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

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