Html Css Color HEX #348449 Amazon

📋 copy color: '#348449'

red 52 ◦ green 132 ◦ blue 73

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

Shades of Amazon #348449

Tints of Amazon #348449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 28.4%

R = 20.23%
G = 51.36%
B = 28.4%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#348449 (or 0x348449) is known color: Amazon. HEX triplet: 34, 84 and 49. RGB value is (52,132,73). Sum of RGB (Red+Green+Blue) = 52+132+73=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 132 (51.95% from 255 or 51.36% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 132 - color contains mainly: green. Hex color #348449 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348449 is #CB7BB6. Grayscale: #656565. Windows color (decimal): -13335479 or 4817972. OLE color: 4817972.

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

Color convert

RGB 52 132 73 -
CMYK 0.61 0 0.45 0.48
HSL 135.75º 0.43% 0.36% -
HSV(B) 135.75º 0.61% 0.52% -
XYZ 10.87 17.71 9.15 -
YUV 101.35 112 92.8 -
System Red Green Blue C M Y K H S L
Decimal 52 132 73 0.61 0 0.45 0.48 135.75 0.43 0.36
Hex 34 84 49 3D 0 2D 30 88 2B 24
Octal 64 204 111 75 0 55 60 210 53 44
Binary 110100 10000100 1001001 111101 0 101101 110000 10001000 101011 100100

Color Harmonies of #348449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348449

Black with #348449

Text Example


Text Example

White with #348449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348449; }

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

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

background-color css

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

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

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

border-color css

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

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

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