Html Css Color HEX #34735E Genoa

📋 copy color: '#34735E'

red 52 ◦ green 115 ◦ blue 94

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

Shades of Genoa #34735E

Tints of Genoa #34735E

RGB

 RED value IS 52 (20.7% from 255) = 19.92%

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

 BLUE value IS 94 (37.11% from 255) = 36.02%

R = 19.92%
G = 44.06%
B = 36.02%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#34735E (or 0x34735E) is known color: Genoa. HEX triplet: 34, 73 and 5E. RGB value is (52,115,94). Sum of RGB (Red+Green+Blue) = 52+115+94=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 115 (45.31% from 255 or 44.06% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 115 - color contains mainly: green. Hex color #34735E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34735E is #CB8CA1. Grayscale: #5D5D5D. Windows color (decimal): -13339810 or 6189876. OLE color: 6189876.

HSL color Cylindrical-coordinate representation of color #34735E: hue angle of 160º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #34735E is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 115 94 -
CMYK 0.55 0 0.18 0.55
HSL 160º 0.38% 0.33% -
HSV(B) 160º 0.55% 0.45% -
XYZ 9.57 13.8 12.75 -
YUV 93.77 128.13 98.21 -
System Red Green Blue C M Y K H S L
Decimal 52 115 94 0.55 0 0.18 0.55 160 0.38 0.33
Hex 34 73 5E 37 0 12 37 A0 26 21
Octal 64 163 136 67 0 22 67 240 46 41
Binary 110100 1110011 1011110 110111 0 10010 110111 10100000 100110 100001

Color Harmonies of #34735E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34735E

Black with #34735E

Text Example


Text Example

White with #34735E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34735E; }

 p { color: rgb(52,115,94); }

 H1.HeaderClassName
 {
   color: #34735E;
 }
 .AnyTagClassName
 {
   color: #34735E;
 }
</style>

background-color css

<style>
 a { background-color: #34735E; }

 a { background-color: rgb(52,115,94); }

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

border-color css

<style>
 span { border-color: #34735E; }

 span { border-color: rgb(52,115,94); }

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