Html Css Color HEX #348575 Genoa

📋 copy color: '#348575'

red 52 ◦ green 133 ◦ blue 117

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

Shades of Genoa #348575

Tints of Genoa #348575

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.04%

 BLUE value IS 117 (46.09% from 255) = 38.74%

R = 17.22%
G = 44.04%
B = 38.74%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#348575 (or 0x348575) is known color: Genoa. HEX triplet: 34, 85 and 75. RGB value is (52,133,117). Sum of RGB (Red+Green+Blue) = 52+133+117=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 117 (46.09% from 255 or 38.74% from 302); Max value from RGB is 133 - color contains mainly: green. Hex color #348575 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348575 is #CB7A8A. Grayscale: #6A6A6A. Windows color (decimal): -13335179 or 7701812. OLE color: 7701812.

HSL color Cylindrical-coordinate representation of color #348575: hue angle of 168.15º degrees, saturation: 0.44, 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 #348575 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 133 117 -
CMYK 0.61 0 0.12 0.48
HSL 168.15º 0.44% 0.36% -
HSV(B) 168.15º 0.61% 0.52% -
XYZ 13.01 18.79 19.77 -
YUV 106.96 133.66 88.8 -
System Red Green Blue C M Y K H S L
Decimal 52 133 117 0.61 0 0.12 0.48 168.15 0.44 0.36
Hex 34 85 75 3D 0 C 30 A8 2C 24
Octal 64 205 165 75 0 14 60 250 54 44
Binary 110100 10000101 1110101 111101 0 1100 110000 10101000 101100 100100

Color Harmonies of #348575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348575

Black with #348575

Text Example


Text Example

White with #348575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348575; }

 p { color: rgb(52,133,117); }

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

background-color css

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

 a { background-color: rgb(52,133,117); }

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

border-color css

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

 span { border-color: rgb(52,133,117); }

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