Html Css Color HEX #348374 Genoa

📋 copy color: '#348374'

red 52 ◦ green 131 ◦ blue 116

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

Shades of Genoa #348374

Tints of Genoa #348374

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.81%

 BLUE value IS 116 (45.7% from 255) = 38.8%

R = 17.39%
G = 43.81%
B = 38.8%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#348374 (or 0x348374) is known color: Genoa. HEX triplet: 34, 83 and 74. RGB value is (52,131,116). Sum of RGB (Red+Green+Blue) = 52+131+116=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 131 (51.56% from 255 or 43.81% from 299); Blue value is 116 (45.70% from 255 or 38.80% from 299); Max value from RGB is 131 - color contains mainly: green. Hex color #348374 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348374 is #CB7C8B. Grayscale: #696969. Windows color (decimal): -13335692 or 7635764. OLE color: 7635764.

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

Color convert

RGB 52 131 116 -
CMYK 0.60 0 0.11 0.49
HSL 168.61º 0.43% 0.36% -
HSV(B) 168.61º 0.6% 0.51% -
XYZ 12.68 18.22 19.37 -
YUV 105.67 133.83 89.72 -
System Red Green Blue C M Y K H S L
Decimal 52 131 116 0.60 0 0.11 0.49 168.61 0.43 0.36
Hex 34 83 74 3C 0 B 31 A9 2B 24
Octal 64 203 164 74 0 13 61 251 53 44
Binary 110100 10000011 1110100 111100 0 1011 110001 10101001 101011 100100

Color Harmonies of #348374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348374

Black with #348374

Text Example


Text Example

White with #348374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348374; }

 p { color: rgb(52,131,116); }

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

background-color css

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

 a { background-color: rgb(52,131,116); }

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

border-color css

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

 span { border-color: rgb(52,131,116); }

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