Html Css Color HEX #348473 Genoa

📋 copy color: '#348473'

red 52 ◦ green 132 ◦ blue 115

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

Shades of Genoa #348473

Tints of Genoa #348473

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.15%

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

R = 17.39%
G = 44.15%
B = 38.46%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#348473 (or 0x348473) is known color: Genoa. HEX triplet: 34, 84 and 73. RGB value is (52,132,115). Sum of RGB (Red+Green+Blue) = 52+132+115=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 132 (51.95% from 255 or 44.15% from 299); Blue value is 115 (45.31% from 255 or 38.46% from 299); Max value from RGB is 132 - color contains mainly: green. Hex color #348473 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348473 is #CB7B8C. Grayscale: #6A6A6A. Windows color (decimal): -13335437 or 7570484. OLE color: 7570484.

HSL color Cylindrical-coordinate representation of color #348473: hue angle of 167.25º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #348473 is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 132 115 -
CMYK 0.61 0 0.13 0.48
HSL 167.25º 0.43% 0.36% -
HSV(B) 167.25º 0.61% 0.52% -
XYZ 12.76 18.47 19.11 -
YUV 106.14 133 89.38 -
System Red Green Blue C M Y K H S L
Decimal 52 132 115 0.61 0 0.13 0.48 167.25 0.43 0.36
Hex 34 84 73 3D 0 D 30 A7 2B 24
Octal 64 204 163 75 0 15 60 247 53 44
Binary 110100 10000100 1110011 111101 0 1101 110000 10100111 101011 100100

Color Harmonies of #348473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348473

Black with #348473

Text Example


Text Example

White with #348473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348473; }

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

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

background-color css

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

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

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

border-color css

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

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

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