Html Css Color HEX #348273 Genoa

📋 copy color: '#348273'

red 52 ◦ green 130 ◦ blue 115

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

Shades of Genoa #348273

Tints of Genoa #348273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.72%

R = 17.51%
G = 43.77%
B = 38.72%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#348273 (or 0x348273) is known color: Genoa. HEX triplet: 34, 82 and 73. RGB value is (52,130,115). Sum of RGB (Red+Green+Blue) = 52+130+115=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 130 - color contains mainly: green. Hex color #348273 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348273 is #CB7D8C. Grayscale: #686868. Windows color (decimal): -13335949 or 7569972. OLE color: 7569972.

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

Color convert

RGB 52 130 115 -
CMYK 0.60 0 0.12 0.49
HSL 168.46º 0.43% 0.36% -
HSV(B) 168.46º 0.6% 0.51% -
XYZ 12.49 17.93 19.02 -
YUV 104.97 133.66 90.22 -
System Red Green Blue C M Y K H S L
Decimal 52 130 115 0.60 0 0.12 0.49 168.46 0.43 0.36
Hex 34 82 73 3C 0 C 31 A8 2B 24
Octal 64 202 163 74 0 14 61 250 53 44
Binary 110100 10000010 1110011 111100 0 1100 110001 10101000 101011 100100

Color Harmonies of #348273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348273

Black with #348273

Text Example


Text Example

White with #348273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348273; }

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

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

background-color css

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

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

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

border-color css

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

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

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