Html Css Color HEX #348777 Genoa

📋 copy color: '#348777'

red 52 ◦ green 135 ◦ blue 119

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

Shades of Genoa #348777

Tints of Genoa #348777

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.12%

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

R = 16.99%
G = 44.12%
B = 38.89%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#348777 (or 0x348777) is known color: Genoa. HEX triplet: 34, 87 and 77. RGB value is (52,135,119). Sum of RGB (Red+Green+Blue) = 52+135+119=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 135 (53.12% from 255 or 44.12% from 306); Blue value is 119 (46.88% from 255 or 38.89% from 306); Max value from RGB is 135 - color contains mainly: green. Hex color #348777 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348777 is #CB7888. Grayscale: #6C6C6C. Windows color (decimal): -13334665 or 7833396. OLE color: 7833396.

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

Color convert

RGB 52 135 119 -
CMYK 0.61 0 0.12 0.47
HSL 168.43º 0.44% 0.37% -
HSV(B) 168.43º 0.61% 0.53% -
XYZ 13.41 19.39 20.49 -
YUV 108.36 134 87.8 -
System Red Green Blue C M Y K H S L
Decimal 52 135 119 0.61 0 0.12 0.47 168.43 0.44 0.37
Hex 34 87 77 3D 0 C 2F A8 2C 25
Octal 64 207 167 75 0 14 57 250 54 45
Binary 110100 10000111 1110111 111101 0 1100 101111 10101000 101100 100101

Color Harmonies of #348777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348777

Black with #348777

Text Example


Text Example

White with #348777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348777; }

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

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

background-color css

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

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

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

border-color css

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

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

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