Html Css Color HEX #35796A Genoa

📋 copy color: '#35796A'

red 53 ◦ green 121 ◦ blue 106

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

Shades of Genoa #35796A

Tints of Genoa #35796A

RGB

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

 GREEN value IS 121 (47.66% from 255) = 43.21%

 BLUE value IS 106 (41.8% from 255) = 37.86%

R = 18.93%
G = 43.21%
B = 37.86%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#35796A (or 0x35796A) is known color: Genoa. HEX triplet: 35, 79 and 6A. RGB value is (53,121,106). Sum of RGB (Red+Green+Blue) = 53+121+106=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 121 (47.66% from 255 or 43.21% from 280); Blue value is 106 (41.80% from 255 or 37.86% from 280); Max value from RGB is 121 - color contains mainly: green. Hex color #35796A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35796A is #CA8695. Grayscale: #626262. Windows color (decimal): -13272726 or 6977845. OLE color: 6977845.

HSL color Cylindrical-coordinate representation of color #35796A: hue angle of 166.76º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #35796A is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 121 106 -
CMYK 0.56 0 0.12 0.53
HSL 166.76º 0.39% 0.34% -
HSV(B) 166.76º 0.56% 0.47% -
XYZ 10.91 15.47 16.05 -
YUV 98.96 131.97 95.22 -
System Red Green Blue C M Y K H S L
Decimal 53 121 106 0.56 0 0.12 0.53 166.76 0.39 0.34
Hex 35 79 6A 38 0 C 35 A7 27 22
Octal 65 171 152 70 0 14 65 247 47 42
Binary 110101 1111001 1101010 111000 0 1100 110101 10100111 100111 100010

Color Harmonies of #35796A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35796A

Black with #35796A

Text Example


Text Example

White with #35796A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35796A; }

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

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

background-color css

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

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

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

border-color css

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

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

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