Html Css Color HEX #348673 Genoa

📋 copy color: '#348673'

red 52 ◦ green 134 ◦ blue 115

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

Shades of Genoa #348673

Tints of Genoa #348673

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.52%

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

R = 17.28%
G = 44.52%
B = 38.21%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#348673 (or 0x348673) is known color: Genoa. HEX triplet: 34, 86 and 73. RGB value is (52,134,115). Sum of RGB (Red+Green+Blue) = 52+134+115=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 134 (52.73% from 255 or 44.52% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 134 - color contains mainly: green. Hex color #348673 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348673 is #CB798C. Grayscale: #6B6B6B. Windows color (decimal): -13334925 or 7570996. OLE color: 7570996.

HSL color Cylindrical-coordinate representation of color #348673: hue angle of 166.1º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #348673 is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 134 115 -
CMYK 0.61 0 0.14 0.47
HSL 166.1º 0.44% 0.36% -
HSV(B) 166.1º 0.61% 0.53% -
XYZ 13.04 19.02 19.2 -
YUV 107.32 132.33 88.54 -
System Red Green Blue C M Y K H S L
Decimal 52 134 115 0.61 0 0.14 0.47 166.1 0.44 0.36
Hex 34 86 73 3D 0 E 2F A6 2C 24
Octal 64 206 163 75 0 16 57 246 54 44
Binary 110100 10000110 1110011 111101 0 1110 101111 10100110 101100 100100

Color Harmonies of #348673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348673

Black with #348673

Text Example


Text Example

White with #348673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348673; }

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

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

background-color css

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

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

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

border-color css

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

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

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