Html Css Color HEX #348270 Genoa

📋 copy color: '#348270'

red 52 ◦ green 130 ◦ blue 112

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

Shades of Genoa #348270

Tints of Genoa #348270

RGB

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

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

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

R = 17.69%
G = 44.22%
B = 38.1%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#348270 (or 0x348270) is known color: Genoa. HEX triplet: 34, 82 and 70. RGB value is (52,130,112). Sum of RGB (Red+Green+Blue) = 52+130+112=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 130 - color contains mainly: green. Hex color #348270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348270 is #CB7D8F. Grayscale: #686868. Windows color (decimal): -13335952 or 7373364. OLE color: 7373364.

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

Color convert

RGB 52 130 112 -
CMYK 0.60 0 0.14 0.49
HSL 166.15º 0.43% 0.36% -
HSV(B) 166.15º 0.6% 0.51% -
XYZ 12.32 17.87 18.13 -
YUV 104.63 132.16 90.46 -
System Red Green Blue C M Y K H S L
Decimal 52 130 112 0.60 0 0.14 0.49 166.15 0.43 0.36
Hex 34 82 70 3C 0 E 31 A6 2B 24
Octal 64 202 160 74 0 16 61 246 53 44
Binary 110100 10000010 1110000 111100 0 1110 110001 10100110 101011 100100

Color Harmonies of #348270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348270

Black with #348270

Text Example


Text Example

White with #348270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348270; }

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

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

background-color css

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

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

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

border-color css

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

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

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