Html Css Color HEX #348370 Genoa

📋 copy color: '#348370'

red 52 ◦ green 131 ◦ blue 112

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

Shades of Genoa #348370

Tints of Genoa #348370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 37.97%

R = 17.63%
G = 44.41%
B = 37.97%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#348370 (or 0x348370) is known color: Genoa. HEX triplet: 34, 83 and 70. RGB value is (52,131,112). Sum of RGB (Red+Green+Blue) = 52+131+112=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 131 (51.56% from 255 or 44.41% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 131 - color contains mainly: green. Hex color #348370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348370 is #CB7C8F. Grayscale: #696969. Windows color (decimal): -13335696 or 7373620. OLE color: 7373620.

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

Color convert

RGB 52 131 112 -
CMYK 0.60 0 0.15 0.49
HSL 165.57º 0.43% 0.36% -
HSV(B) 165.57º 0.6% 0.51% -
XYZ 12.46 18.13 18.17 -
YUV 105.21 131.83 90.04 -
System Red Green Blue C M Y K H S L
Decimal 52 131 112 0.60 0 0.15 0.49 165.57 0.43 0.36
Hex 34 83 70 3C 0 F 31 A6 2B 24
Octal 64 203 160 74 0 17 61 246 53 44
Binary 110100 10000011 1110000 111100 0 1111 110001 10100110 101011 100100

Color Harmonies of #348370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348370

Black with #348370

Text Example


Text Example

White with #348370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348370; }

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

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

background-color css

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

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

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

border-color css

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

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

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