Html Css Color HEX #348978 Genoa

📋 copy color: '#348978'

red 52 ◦ green 137 ◦ blue 120

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

Shades of Genoa #348978

Tints of Genoa #348978

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.34%

 BLUE value IS 120 (47.27% from 255) = 38.83%

R = 16.83%
G = 44.34%
B = 38.83%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#348978 (or 0x348978) is known color: Genoa. HEX triplet: 34, 89 and 78. RGB value is (52,137,120). Sum of RGB (Red+Green+Blue) = 52+137+120=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 137 (53.91% from 255 or 44.34% from 309); Blue value is 120 (47.27% from 255 or 38.83% from 309); Max value from RGB is 137 - color contains mainly: green. Hex color #348978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348978 is #CB7687. Grayscale: #6D6D6D. Windows color (decimal): -13334152 or 7899444. OLE color: 7899444.

HSL color Cylindrical-coordinate representation of color #348978: hue angle of 168º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #348978 is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 137 120 -
CMYK 0.62 0 0.12 0.46
HSL 168º 0.45% 0.37% -
HSV(B) 168º 0.62% 0.54% -
XYZ 13.75 19.98 20.9 -
YUV 109.65 133.84 86.88 -
System Red Green Blue C M Y K H S L
Decimal 52 137 120 0.62 0 0.12 0.46 168 0.45 0.37
Hex 34 89 78 3E 0 C 2E A8 2D 25
Octal 64 211 170 76 0 14 56 250 55 45
Binary 110100 10001001 1111000 111110 0 1100 101110 10101000 101101 100101

Color Harmonies of #348978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348978

Black with #348978

Text Example


Text Example

White with #348978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348978; }

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

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

background-color css

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

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

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

border-color css

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

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

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