Html Css Color HEX #358275 Genoa

📋 copy color: '#358275'

red 53 ◦ green 130 ◦ blue 117

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

Shades of Genoa #358275

Tints of Genoa #358275

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.33%

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

R = 17.67%
G = 43.33%
B = 39%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#358275 (or 0x358275) is known color: Genoa. HEX triplet: 35, 82 and 75. RGB value is (53,130,117). Sum of RGB (Red+Green+Blue) = 53+130+117=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 130 (51.17% from 255 or 43.33% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 130 - color contains mainly: green. Hex color #358275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358275 is #CA7D8A. Grayscale: #696969. Windows color (decimal): -13270411 or 7701045. OLE color: 7701045.

HSL color Cylindrical-coordinate representation of color #358275: hue angle of 169.87º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #358275 is Cyan = 0.59, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 130 117 -
CMYK 0.59 0 0.1 0.49
HSL 169.87º 0.42% 0.36% -
HSV(B) 169.87º 0.59% 0.51% -
XYZ 12.66 18.01 19.64 -
YUV 105.5 134.49 90.56 -
System Red Green Blue C M Y K H S L
Decimal 53 130 117 0.59 0 0.1 0.49 169.87 0.42 0.36
Hex 35 82 75 3B 0 A 31 AA 2A 24
Octal 65 202 165 73 0 12 61 252 52 44
Binary 110101 10000010 1110101 111011 0 1010 110001 10101010 101010 100100

Color Harmonies of #358275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358275

Black with #358275

Text Example


Text Example

White with #358275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358275; }

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

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

background-color css

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

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

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

border-color css

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

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

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