Html Css Color HEX #35716E Genoa

📋 copy color: '#35716E'

red 53 ◦ green 113 ◦ blue 110

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

Shades of Genoa #35716E

Tints of Genoa #35716E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.94%

 BLUE value IS 110 (43.36% from 255) = 39.86%

R = 19.2%
G = 40.94%
B = 39.86%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#35716E (or 0x35716E) is known color: Genoa. HEX triplet: 35, 71 and 6E. RGB value is (53,113,110). Sum of RGB (Red+Green+Blue) = 53+113+110=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 113 (44.53% from 255 or 40.94% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 113 - color contains mainly: green. Hex color #35716E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35716E is #CA8E91. Grayscale: #5E5E5E. Windows color (decimal): -13274770 or 7237941. OLE color: 7237941.

HSL color Cylindrical-coordinate representation of color #35716E: hue angle of 177º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #35716E is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 113 110 -
CMYK 0.53 0 0.03 0.56
HSL 177º 0.36% 0.33% -
HSV(B) 177º 0.53% 0.44% -
XYZ 10.19 13.69 16.86 -
YUV 94.72 136.62 98.24 -
System Red Green Blue C M Y K H S L
Decimal 53 113 110 0.53 0 0.03 0.56 177 0.36 0.33
Hex 35 71 6E 35 0 3 38 B1 24 21
Octal 65 161 156 65 0 3 70 261 44 41
Binary 110101 1110001 1101110 110101 0 11 111000 10110001 100100 100001

Color Harmonies of #35716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35716E

Black with #35716E

Text Example


Text Example

White with #35716E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35716E; }

 p { color: rgb(53,113,110); }

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

background-color css

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

 a { background-color: rgb(53,113,110); }

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

border-color css

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

 span { border-color: rgb(53,113,110); }

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