Html Css Color HEX #35766A Genoa

📋 copy color: '#35766A'

red 53 ◦ green 118 ◦ blue 106

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

Shades of Genoa #35766A

Tints of Genoa #35766A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 42.6%

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

R = 19.13%
G = 42.6%
B = 38.27%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#35766A (or 0x35766A) is known color: Genoa. HEX triplet: 35, 76 and 6A. RGB value is (53,118,106). Sum of RGB (Red+Green+Blue) = 53+118+106=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 106 (41.80% from 255 or 38.27% from 277); Max value from RGB is 118 - color contains mainly: green. Hex color #35766A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35766A is #CA8995. Grayscale: #616161. Windows color (decimal): -13273494 or 6977077. OLE color: 6977077.

HSL color Cylindrical-coordinate representation of color #35766A: hue angle of 168.92º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #35766A is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 118 106 -
CMYK 0.55 0 0.10 0.54
HSL 168.92º 0.38% 0.34% -
HSV(B) 168.92º 0.55% 0.46% -
XYZ 10.55 14.75 15.93 -
YUV 97.2 132.97 96.48 -
System Red Green Blue C M Y K H S L
Decimal 53 118 106 0.55 0 0.10 0.54 168.92 0.38 0.34
Hex 35 76 6A 37 0 A 36 A9 26 22
Octal 65 166 152 67 0 12 66 251 46 42
Binary 110101 1110110 1101010 110111 0 1010 110110 10101001 100110 100010

Color Harmonies of #35766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35766A

Black with #35766A

Text Example


Text Example

White with #35766A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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