Html Css Color HEX #348249 Amazon

📋 copy color: '#348249'

red 52 ◦ green 130 ◦ blue 73

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

Shades of Amazon #348249

Tints of Amazon #348249

RGB

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

 GREEN value IS 130 (51.17% from 255) = 50.98%

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

R = 20.39%
G = 50.98%
B = 28.63%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#348249 (or 0x348249) is known color: Amazon. HEX triplet: 34, 82 and 49. RGB value is (52,130,73). Sum of RGB (Red+Green+Blue) = 52+130+73=255 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.39% from 255); Green value is 130 (51.17% from 255 or 50.98% from 255); Blue value is 73 (28.91% from 255 or 28.63% from 255); Max value from RGB is 130 - color contains mainly: green. Hex color #348249 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348249 is #CB7DB6. Grayscale: #646464. Windows color (decimal): -13335991 or 4817460. OLE color: 4817460.

HSL color Cylindrical-coordinate representation of color #348249: hue angle of 136.15º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #348249 is Cyan = 0.60, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 130 73 -
CMYK 0.60 0 0.44 0.49
HSL 136.15º 0.43% 0.36% -
HSV(B) 136.15º 0.6% 0.51% -
XYZ 10.6 17.18 9.06 -
YUV 100.18 112.66 93.63 -
System Red Green Blue C M Y K H S L
Decimal 52 130 73 0.60 0 0.44 0.49 136.15 0.43 0.36
Hex 34 82 49 3C 0 2C 31 88 2B 24
Octal 64 202 111 74 0 54 61 210 53 44
Binary 110100 10000010 1001001 111100 0 101100 110001 10001000 101011 100100

Color Harmonies of #348249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348249

Black with #348249

Text Example


Text Example

White with #348249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348249; }

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

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

background-color css

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

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

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

border-color css

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

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

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