Html Css Color HEX #348277 Genoa

📋 copy color: '#348277'

red 52 ◦ green 130 ◦ blue 119

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

Shades of Genoa #348277

Tints of Genoa #348277

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.19%

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

R = 17.28%
G = 43.19%
B = 39.53%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.08

 K value IS 0.49

RGB Variations

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

Color information

#348277 (or 0x348277) is known color: Genoa. HEX triplet: 34, 82 and 77. RGB value is (52,130,119). Sum of RGB (Red+Green+Blue) = 52+130+119=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 130 - color contains mainly: green. Hex color #348277 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348277 is #CB7D88. Grayscale: #696969. Windows color (decimal): -13335945 or 7832116. OLE color: 7832116.

HSL color Cylindrical-coordinate representation of color #348277: hue angle of 171.54º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #348277 is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 130 119 -
CMYK 0.60 0 0.08 0.49
HSL 171.54º 0.43% 0.36% -
HSV(B) 171.54º 0.6% 0.51% -
XYZ 12.73 18.03 20.26 -
YUV 105.42 135.66 89.89 -
System Red Green Blue C M Y K H S L
Decimal 52 130 119 0.60 0 0.08 0.49 171.54 0.43 0.36
Hex 34 82 77 3C 0 8 31 AC 2B 24
Octal 64 202 167 74 0 10 61 254 53 44
Binary 110100 10000010 1110111 111100 0 1000 110001 10101100 101011 100100

Color Harmonies of #348277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348277

Black with #348277

Text Example


Text Example

White with #348277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348277; }

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

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

background-color css

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

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

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

border-color css

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

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

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