Html Css Color HEX #35706D Genoa

📋 copy color: '#35706D'

red 53 ◦ green 112 ◦ blue 109

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

Shades of Genoa #35706D

Tints of Genoa #35706D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.88%

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

R = 19.34%
G = 40.88%
B = 39.78%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#35706D (or 0x35706D) is known color: Genoa. HEX triplet: 35, 70 and 6D. RGB value is (53,112,109). Sum of RGB (Red+Green+Blue) = 53+112+109=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 109 (42.97% from 255 or 39.78% from 274); Max value from RGB is 112 - color contains mainly: green. Hex color #35706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35706D is #CA8F92. Grayscale: #5D5D5D. Windows color (decimal): -13275027 or 7172149. OLE color: 7172149.

HSL color Cylindrical-coordinate representation of color #35706D: hue angle of 176.95º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #35706D is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 112 109 -
CMYK 0.53 0 0.03 0.56
HSL 176.95º 0.36% 0.32% -
HSV(B) 176.95º 0.53% 0.44% -
XYZ 10.02 13.45 16.54 -
YUV 94.02 136.45 98.74 -
System Red Green Blue C M Y K H S L
Decimal 53 112 109 0.53 0 0.03 0.56 176.95 0.36 0.32
Hex 35 70 6D 35 0 3 38 B1 24 20
Octal 65 160 155 65 0 3 70 261 44 40
Binary 110101 1110000 1101101 110101 0 11 111000 10110001 100100 100000

Color Harmonies of #35706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35706D

Black with #35706D

Text Example


Text Example

White with #35706D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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