Html Css Color HEX #348577 Genoa

📋 copy color: '#348577'

red 52 ◦ green 133 ◦ blue 119

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

Shades of Genoa #348577

Tints of Genoa #348577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 39.14%

R = 17.11%
G = 43.75%
B = 39.14%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#348577 (or 0x348577) is known color: Genoa. HEX triplet: 34, 85 and 77. RGB value is (52,133,119). Sum of RGB (Red+Green+Blue) = 52+133+119=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 119 (46.88% from 255 or 39.14% from 304); Max value from RGB is 133 - color contains mainly: green. Hex color #348577 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348577 is #CB7A88. Grayscale: #6B6B6B. Windows color (decimal): -13335177 or 7832884. OLE color: 7832884.

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

Color convert

RGB 52 133 119 -
CMYK 0.61 0 0.11 0.48
HSL 169.63º 0.44% 0.36% -
HSV(B) 169.63º 0.61% 0.52% -
XYZ 13.13 18.84 20.4 -
YUV 107.19 134.66 88.64 -
System Red Green Blue C M Y K H S L
Decimal 52 133 119 0.61 0 0.11 0.48 169.63 0.44 0.36
Hex 34 85 77 3D 0 B 30 AA 2C 24
Octal 64 205 167 75 0 13 60 252 54 44
Binary 110100 10000101 1110111 111101 0 1011 110000 10101010 101100 100100

Color Harmonies of #348577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348577

Black with #348577

Text Example


Text Example

White with #348577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348577; }

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

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

background-color css

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

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

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

border-color css

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

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

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