Html Css Color HEX #34746D Genoa

📋 copy color: '#34746D'

red 52 ◦ green 116 ◦ blue 109

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

Shades of Genoa #34746D

Tints of Genoa #34746D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.88%

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

R = 18.77%
G = 41.88%
B = 39.35%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#34746D (or 0x34746D) is known color: Genoa. HEX triplet: 34, 74 and 6D. RGB value is (52,116,109). Sum of RGB (Red+Green+Blue) = 52+116+109=277 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.77% from 277); Green value is 116 (45.70% from 255 or 41.88% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 116 - color contains mainly: green. Hex color #34746D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34746D is #CB8B92. Grayscale: #606060. Windows color (decimal): -13339539 or 7173172. OLE color: 7173172.

HSL color Cylindrical-coordinate representation of color #34746D: hue angle of 173.44º 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 #34746D is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 116 109 -
CMYK 0.55 0 0.06 0.55
HSL 173.44º 0.38% 0.33% -
HSV(B) 173.44º 0.55% 0.45% -
XYZ 10.42 14.32 16.68 -
YUV 96.07 135.3 96.57 -
System Red Green Blue C M Y K H S L
Decimal 52 116 109 0.55 0 0.06 0.55 173.44 0.38 0.33
Hex 34 74 6D 37 0 6 37 AD 26 21
Octal 64 164 155 67 0 6 67 255 46 41
Binary 110100 1110100 1101101 110111 0 110 110111 10101101 100110 100001

Color Harmonies of #34746D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34746D

Black with #34746D

Text Example


Text Example

White with #34746D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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