Html Css Color HEX #358679 Genoa

📋 copy color: '#358679'

red 53 ◦ green 134 ◦ blue 121

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

Shades of Genoa #358679

Tints of Genoa #358679

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.51%

 BLUE value IS 121 (47.66% from 255) = 39.29%

R = 17.21%
G = 43.51%
B = 39.29%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#358679 (or 0x358679) is known color: Genoa. HEX triplet: 35, 86 and 79. RGB value is (53,134,121). Sum of RGB (Red+Green+Blue) = 53+134+121=308 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.21% from 308); Green value is 134 (52.73% from 255 or 43.51% from 308); Blue value is 121 (47.66% from 255 or 39.29% from 308); Max value from RGB is 134 - color contains mainly: green. Hex color #358679 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358679 is #CA7986. Grayscale: #6C6C6C. Windows color (decimal): -13269383 or 7964213. OLE color: 7964213.

HSL color Cylindrical-coordinate representation of color #358679: hue angle of 170.37º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358679 is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 134 121 -
CMYK 0.60 0 0.10 0.47
HSL 170.37º 0.43% 0.37% -
HSV(B) 170.37º 0.6% 0.53% -
XYZ 13.44 19.19 21.08 -
YUV 108.3 135.16 88.56 -
System Red Green Blue C M Y K H S L
Decimal 53 134 121 0.60 0 0.10 0.47 170.37 0.43 0.37
Hex 35 86 79 3C 0 A 2F AA 2B 25
Octal 65 206 171 74 0 12 57 252 53 45
Binary 110101 10000110 1111001 111100 0 1010 101111 10101010 101011 100101

Color Harmonies of #358679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358679

Black with #358679

Text Example


Text Example

White with #358679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358679; }

 p { color: rgb(53,134,121); }

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

background-color css

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

 a { background-color: rgb(53,134,121); }

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

border-color css

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

 span { border-color: rgb(53,134,121); }

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