Html Css Color HEX #35756D Genoa

📋 copy color: '#35756D'

red 53 ◦ green 117 ◦ blue 109

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

Shades of Genoa #35756D

Tints of Genoa #35756D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 39.07%

R = 19%
G = 41.94%
B = 39.07%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#35756D (or 0x35756D) is known color: Genoa. HEX triplet: 35, 75 and 6D. RGB value is (53,117,109). Sum of RGB (Red+Green+Blue) = 53+117+109=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 117 (46.09% from 255 or 41.94% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 117 - color contains mainly: green. Hex color #35756D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35756D is #CA8A92. Grayscale: #606060. Windows color (decimal): -13273747 or 7173429. OLE color: 7173429.

HSL color Cylindrical-coordinate representation of color #35756D: hue angle of 172.5º 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 #35756D is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 117 109 -
CMYK 0.55 0 0.07 0.54
HSL 172.5º 0.38% 0.33% -
HSV(B) 172.5º 0.55% 0.46% -
XYZ 10.59 14.58 16.72 -
YUV 96.95 134.8 96.65 -
System Red Green Blue C M Y K H S L
Decimal 53 117 109 0.55 0 0.07 0.54 172.5 0.38 0.33
Hex 35 75 6D 37 0 7 36 AC 26 21
Octal 65 165 155 67 0 7 66 254 46 41
Binary 110101 1110101 1101101 110111 0 111 110110 10101100 100110 100001

Color Harmonies of #35756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35756D

Black with #35756D

Text Example


Text Example

White with #35756D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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