Html Css Color HEX #35736F Genoa

📋 copy color: '#35736F'

red 53 ◦ green 115 ◦ blue 111

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

Shades of Genoa #35736F

Tints of Genoa #35736F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 39.78%

R = 19%
G = 41.22%
B = 39.78%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#35736F (or 0x35736F) is known color: Genoa. HEX triplet: 35, 73 and 6F. RGB value is (53,115,111). Sum of RGB (Red+Green+Blue) = 53+115+111=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 115 (45.31% from 255 or 41.22% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 115 - color contains mainly: green. Hex color #35736F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35736F is #CA8C90. Grayscale: #5F5F5F. Windows color (decimal): -13274257 or 7303989. OLE color: 7303989.

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

Color convert

RGB 53 115 111 -
CMYK 0.54 0 0.03 0.55
HSL 176.13º 0.37% 0.33% -
HSV(B) 176.13º 0.54% 0.45% -
XYZ 10.47 14.17 17.22 -
YUV 96.01 136.46 97.33 -
System Red Green Blue C M Y K H S L
Decimal 53 115 111 0.54 0 0.03 0.55 176.13 0.37 0.33
Hex 35 73 6F 36 0 3 37 B0 25 21
Octal 65 163 157 66 0 3 67 260 45 41
Binary 110101 1110011 1101111 110110 0 11 110111 10110000 100101 100001

Color Harmonies of #35736F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35736F

Black with #35736F

Text Example


Text Example

White with #35736F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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