Html Css Color HEX #35736D Genoa

📋 copy color: '#35736D'

red 53 ◦ green 115 ◦ blue 109

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

Shades of Genoa #35736D

Tints of Genoa #35736D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.52%

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

R = 19.13%
G = 41.52%
B = 39.35%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#35736D (or 0x35736D) is known color: Genoa. HEX triplet: 35, 73 and 6D. RGB value is (53,115,109). Sum of RGB (Red+Green+Blue) = 53+115+109=277 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.13% from 277); Green value is 115 (45.31% from 255 or 41.52% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 115 - color contains mainly: green. Hex color #35736D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35736D is #CA8C92. Grayscale: #5F5F5F. Windows color (decimal): -13274259 or 7172917. OLE color: 7172917.

HSL color Cylindrical-coordinate representation of color #35736D: hue angle of 174.19º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #35736D is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 115 109 -
CMYK 0.54 0 0.05 0.55
HSL 174.19º 0.37% 0.33% -
HSV(B) 174.19º 0.54% 0.45% -
XYZ 10.36 14.12 16.65 -
YUV 95.78 135.46 97.49 -
System Red Green Blue C M Y K H S L
Decimal 53 115 109 0.54 0 0.05 0.55 174.19 0.37 0.33
Hex 35 73 6D 36 0 5 37 AE 25 21
Octal 65 163 155 66 0 5 67 256 45 41
Binary 110101 1110011 1101101 110110 0 101 110111 10101110 100101 100001

Color Harmonies of #35736D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35736D

Black with #35736D

Text Example


Text Example

White with #35736D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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