Html Css Color HEX #34786F Genoa

📋 copy color: '#34786F'

red 52 ◦ green 120 ◦ blue 111

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

Shades of Genoa #34786F

Tints of Genoa #34786F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 39.22%

R = 18.37%
G = 42.4%
B = 39.22%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#34786F (or 0x34786F) is known color: Genoa. HEX triplet: 34, 78 and 6F. RGB value is (52,120,111). Sum of RGB (Red+Green+Blue) = 52+120+111=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 120 (47.27% from 255 or 42.40% from 283); Blue value is 111 (43.75% from 255 or 39.22% from 283); Max value from RGB is 120 - color contains mainly: green. Hex color #34786F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34786F is #CB8790. Grayscale: #626262. Windows color (decimal): -13338513 or 7305268. OLE color: 7305268.

HSL color Cylindrical-coordinate representation of color #34786F: hue angle of 172.06º 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 #34786F is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 120 111 -
CMYK 0.57 0 0.08 0.53
HSL 172.06º 0.4% 0.34% -
HSV(B) 172.06º 0.57% 0.47% -
XYZ 11 15.31 17.41 -
YUV 98.64 134.97 94.73 -
System Red Green Blue C M Y K H S L
Decimal 52 120 111 0.57 0 0.08 0.53 172.06 0.4 0.34
Hex 34 78 6F 39 0 8 35 AC 28 22
Octal 64 170 157 71 0 10 65 254 50 42
Binary 110100 1111000 1101111 111001 0 1000 110101 10101100 101000 100010

Color Harmonies of #34786F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34786F

Black with #34786F

Text Example


Text Example

White with #34786F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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