Html Css Color HEX #348677 Genoa

📋 copy color: '#348677'

red 52 ◦ green 134 ◦ blue 119

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

Shades of Genoa #348677

Tints of Genoa #348677

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.93%

 BLUE value IS 119 (46.88% from 255) = 39.02%

R = 17.05%
G = 43.93%
B = 39.02%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#348677 (or 0x348677) is known color: Genoa. HEX triplet: 34, 86 and 77. RGB value is (52,134,119). Sum of RGB (Red+Green+Blue) = 52+134+119=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 134 (52.73% from 255 or 43.93% from 305); Blue value is 119 (46.88% from 255 or 39.02% from 305); Max value from RGB is 134 - color contains mainly: green. Hex color #348677 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348677 is #CB7988. Grayscale: #6B6B6B. Windows color (decimal): -13334921 or 7833140. OLE color: 7833140.

HSL color Cylindrical-coordinate representation of color #348677: hue angle of 169.02º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #348677 is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 134 119 -
CMYK 0.61 0 0.11 0.47
HSL 169.02º 0.44% 0.36% -
HSV(B) 169.02º 0.61% 0.53% -
XYZ 13.27 19.11 20.44 -
YUV 107.77 134.33 88.22 -
System Red Green Blue C M Y K H S L
Decimal 52 134 119 0.61 0 0.11 0.47 169.02 0.44 0.36
Hex 34 86 77 3D 0 B 2F A9 2C 24
Octal 64 206 167 75 0 13 57 251 54 44
Binary 110100 10000110 1110111 111101 0 1011 101111 10101001 101100 100100

Color Harmonies of #348677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348677

Black with #348677

Text Example


Text Example

White with #348677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348677; }

 p { color: rgb(52,134,119); }

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

background-color css

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

 a { background-color: rgb(52,134,119); }

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

border-color css

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

 span { border-color: rgb(52,134,119); }

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