Html Css Color HEX #358376 Genoa

📋 copy color: '#358376'

red 53 ◦ green 131 ◦ blue 118

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

Shades of Genoa #358376

Tints of Genoa #358376

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.38%

 BLUE value IS 118 (46.48% from 255) = 39.07%

R = 17.55%
G = 43.38%
B = 39.07%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#358376 (or 0x358376) is known color: Genoa. HEX triplet: 35, 83 and 76. RGB value is (53,131,118). Sum of RGB (Red+Green+Blue) = 53+131+118=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 131 (51.56% from 255 or 43.38% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 131 - color contains mainly: green. Hex color #358376 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358376 is #CA7C89. Grayscale: #6A6A6A. Windows color (decimal): -13270154 or 7766837. OLE color: 7766837.

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

Color convert

RGB 53 131 118 -
CMYK 0.60 0 0.10 0.49
HSL 170º 0.42% 0.36% -
HSV(B) 170º 0.6% 0.51% -
XYZ 12.85 18.3 19.99 -
YUV 106.2 134.66 90.06 -
System Red Green Blue C M Y K H S L
Decimal 53 131 118 0.60 0 0.10 0.49 170 0.42 0.36
Hex 35 83 76 3C 0 A 31 AA 2A 24
Octal 65 203 166 74 0 12 61 252 52 44
Binary 110101 10000011 1110110 111100 0 1010 110001 10101010 101010 100100

Color Harmonies of #358376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358376

Black with #358376

Text Example


Text Example

White with #358376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358376; }

 p { color: rgb(53,131,118); }

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

background-color css

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

 a { background-color: rgb(53,131,118); }

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

border-color css

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

 span { border-color: rgb(53,131,118); }

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