Html Css Color HEX #34766D Genoa

📋 copy color: '#34766D'

red 52 ◦ green 118 ◦ blue 109

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

Shades of Genoa #34766D

Tints of Genoa #34766D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 42.29%

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

R = 18.64%
G = 42.29%
B = 39.07%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#34766D (or 0x34766D) is known color: Genoa. HEX triplet: 34, 76 and 6D. RGB value is (52,118,109). Sum of RGB (Red+Green+Blue) = 52+118+109=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 118 - color contains mainly: green. Hex color #34766D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34766D is #CB8992. Grayscale: #616161. Windows color (decimal): -13339027 or 7173684. OLE color: 7173684.

HSL color Cylindrical-coordinate representation of color #34766D: hue angle of 171.82º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #34766D is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 52 118 109 -
CMYK 0.56 0 0.08 0.54
HSL 171.82º 0.39% 0.33% -
HSV(B) 171.82º 0.56% 0.46% -
XYZ 10.65 14.79 16.76 -
YUV 97.24 134.63 95.73 -
System Red Green Blue C M Y K H S L
Decimal 52 118 109 0.56 0 0.08 0.54 171.82 0.39 0.33
Hex 34 76 6D 38 0 8 36 AC 27 21
Octal 64 166 155 70 0 10 66 254 47 41
Binary 110100 1110110 1101101 111000 0 1000 110110 10101100 100111 100001

Color Harmonies of #34766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34766D

Black with #34766D

Text Example


Text Example

White with #34766D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,118,109); }

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

background-color css

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

 a { background-color: rgb(52,118,109); }

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

border-color css

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

 span { border-color: rgb(52,118,109); }

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