Html Css Color HEX #35756A Genoa

📋 copy color: '#35756A'

red 53 ◦ green 117 ◦ blue 106

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

Shades of Genoa #35756A

Tints of Genoa #35756A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.39%

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

R = 19.2%
G = 42.39%
B = 38.41%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#35756A (or 0x35756A) is known color: Genoa. HEX triplet: 35, 75 and 6A. RGB value is (53,117,106). Sum of RGB (Red+Green+Blue) = 53+117+106=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 117 (46.09% from 255 or 42.39% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 117 - color contains mainly: green. Hex color #35756A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35756A is #CA8A95. Grayscale: #606060. Windows color (decimal): -13273750 or 6976821. OLE color: 6976821.

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

Color convert

RGB 53 117 106 -
CMYK 0.55 0 0.09 0.54
HSL 169.69º 0.38% 0.33% -
HSV(B) 169.69º 0.55% 0.46% -
XYZ 10.43 14.52 15.89 -
YUV 96.61 133.3 96.89 -
System Red Green Blue C M Y K H S L
Decimal 53 117 106 0.55 0 0.09 0.54 169.69 0.38 0.33
Hex 35 75 6A 37 0 9 36 AA 26 21
Octal 65 165 152 67 0 11 66 252 46 41
Binary 110101 1110101 1101010 110111 0 1001 110110 10101010 100110 100001

Color Harmonies of #35756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35756A

Black with #35756A

Text Example


Text Example

White with #35756A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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