Html Css Color HEX #34756A Genoa

📋 copy color: '#34756A'

red 52 ◦ green 117 ◦ blue 106

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

Shades of Genoa #34756A

Tints of Genoa #34756A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.55%

 BLUE value IS 106 (41.8% from 255) = 38.55%

R = 18.91%
G = 42.55%
B = 38.55%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#34756A (or 0x34756A) is known color: Genoa. HEX triplet: 34, 75 and 6A. RGB value is (52,117,106). Sum of RGB (Red+Green+Blue) = 52+117+106=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 117 (46.09% from 255 or 42.55% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 117 - color contains mainly: green. Hex color #34756A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34756A is #CB8A95. Grayscale: #606060. Windows color (decimal): -13339286 or 6976820. OLE color: 6976820.

HSL color Cylindrical-coordinate representation of color #34756A: hue angle of 169.85º degrees, saturation: 0.38, 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 #34756A is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 52 117 106 -
CMYK 0.56 0 0.09 0.54
HSL 169.85º 0.38% 0.33% -
HSV(B) 169.85º 0.56% 0.46% -
XYZ 10.38 14.49 15.89 -
YUV 96.31 133.47 96.39 -
System Red Green Blue C M Y K H S L
Decimal 52 117 106 0.56 0 0.09 0.54 169.85 0.38 0.33
Hex 34 75 6A 38 0 9 36 AA 26 21
Octal 64 165 152 70 0 11 66 252 46 41
Binary 110100 1110101 1101010 111000 0 1001 110110 10101010 100110 100001

Color Harmonies of #34756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34756A

Black with #34756A

Text Example


Text Example

White with #34756A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34756A; }

 p { color: rgb(52,117,106); }

 H1.HeaderClassName
 {
   color: #34756A;
 }
 .AnyTagClassName
 {
   color: #34756A;
 }
</style>

background-color css

<style>
 a { background-color: #34756A; }

 a { background-color: rgb(52,117,106); }

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

border-color css

<style>
 span { border-color: #34756A; }

 span { border-color: rgb(52,117,106); }

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