Html Css Color HEX #34786C Genoa

📋 copy color: '#34786C'

red 52 ◦ green 120 ◦ blue 108

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

Shades of Genoa #34786C

Tints of Genoa #34786C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 42.86%

 BLUE value IS 108 (42.58% from 255) = 38.57%

R = 18.57%
G = 42.86%
B = 38.57%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#34786C (or 0x34786C) is known color: Genoa. HEX triplet: 34, 78 and 6C. RGB value is (52,120,108). Sum of RGB (Red+Green+Blue) = 52+120+108=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 120 (47.27% from 255 or 42.86% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 120 - color contains mainly: green. Hex color #34786C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34786C is #CB8793. Grayscale: #626262. Windows color (decimal): -13338516 or 7108660. OLE color: 7108660.

HSL color Cylindrical-coordinate representation of color #34786C: hue angle of 169.41º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #34786C is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 120 108 -
CMYK 0.57 0 0.10 0.53
HSL 169.41º 0.4% 0.34% -
HSV(B) 169.41º 0.57% 0.47% -
XYZ 10.84 15.25 16.56 -
YUV 98.3 133.47 94.98 -
System Red Green Blue C M Y K H S L
Decimal 52 120 108 0.57 0 0.10 0.53 169.41 0.4 0.34
Hex 34 78 6C 39 0 A 35 A9 28 22
Octal 64 170 154 71 0 12 65 251 50 42
Binary 110100 1111000 1101100 111001 0 1010 110101 10101001 101000 100010

Color Harmonies of #34786C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34786C

Black with #34786C

Text Example


Text Example

White with #34786C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34786C; }

 p { color: rgb(52,120,108); }

 H1.HeaderClassName
 {
   color: #34786C;
 }
 .AnyTagClassName
 {
   color: #34786C;
 }
</style>

background-color css

<style>
 a { background-color: #34786C; }

 a { background-color: rgb(52,120,108); }

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

border-color css

<style>
 span { border-color: #34786C; }

 span { border-color: rgb(52,120,108); }

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