Html Css Color HEX #348274 Genoa

📋 copy color: '#348274'

red 52 ◦ green 130 ◦ blue 116

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

Shades of Genoa #348274

Tints of Genoa #348274

RGB

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

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

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

R = 17.45%
G = 43.62%
B = 38.93%

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

#348274 (or 0x348274) is known color: Genoa. HEX triplet: 34, 82 and 74. RGB value is (52,130,116). Sum of RGB (Red+Green+Blue) = 52+130+116=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 130 - color contains mainly: green. Hex color #348274 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348274 is #CB7D8B. Grayscale: #696969. Windows color (decimal): -13335948 or 7635508. OLE color: 7635508.

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

Color convert

RGB 52 130 116 -
CMYK 0.60 0 0.11 0.49
HSL 169.23º 0.43% 0.36% -
HSV(B) 169.23º 0.6% 0.51% -
XYZ 12.55 17.96 19.33 -
YUV 105.08 134.16 90.14 -
System Red Green Blue C M Y K H S L
Decimal 52 130 116 0.60 0 0.11 0.49 169.23 0.43 0.36
Hex 34 82 74 3C 0 B 31 A9 2B 24
Octal 64 202 164 74 0 13 61 251 53 44
Binary 110100 10000010 1110100 111100 0 1011 110001 10101001 101011 100100

Color Harmonies of #348274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348274

Black with #348274

Text Example


Text Example

White with #348274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348274; }

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

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

background-color css

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

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

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

border-color css

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

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

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