Html Css Color HEX #348271 Genoa

📋 copy color: '#348271'

red 52 ◦ green 130 ◦ blue 113

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

Shades of Genoa #348271

Tints of Genoa #348271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 38.31%

R = 17.63%
G = 44.07%
B = 38.31%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#348271 (or 0x348271) is known color: Genoa. HEX triplet: 34, 82 and 71. RGB value is (52,130,113). Sum of RGB (Red+Green+Blue) = 52+130+113=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #348271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348271 is #CB7D8E. Grayscale: #686868. Windows color (decimal): -13335951 or 7438900. OLE color: 7438900.

HSL color Cylindrical-coordinate representation of color #348271: hue angle of 166.92º 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 #348271 is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 130 113 -
CMYK 0.60 0 0.13 0.49
HSL 166.92º 0.43% 0.36% -
HSV(B) 166.92º 0.6% 0.51% -
XYZ 12.38 17.89 18.42 -
YUV 104.74 132.66 90.38 -
System Red Green Blue C M Y K H S L
Decimal 52 130 113 0.60 0 0.13 0.49 166.92 0.43 0.36
Hex 34 82 71 3C 0 D 31 A7 2B 24
Octal 64 202 161 74 0 15 61 247 53 44
Binary 110100 10000010 1110001 111100 0 1101 110001 10100111 101011 100100

Color Harmonies of #348271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348271

Black with #348271

Text Example


Text Example

White with #348271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348271; }

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

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

background-color css

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

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

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

border-color css

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

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

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