Html Css Color HEX #348149 Amazon

📋 copy color: '#348149'

red 52 ◦ green 129 ◦ blue 73

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

Shades of Amazon #348149

Tints of Amazon #348149

RGB

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

 GREEN value IS 129 (50.78% from 255) = 50.79%

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

R = 20.47%
G = 50.79%
B = 28.74%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#348149 (or 0x348149) is known color: Amazon. HEX triplet: 34, 81 and 49. RGB value is (52,129,73). Sum of RGB (Red+Green+Blue) = 52+129+73=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 129 (50.78% from 255 or 50.79% from 254); Blue value is 73 (28.91% from 255 or 28.74% from 254); Max value from RGB is 129 - color contains mainly: green. Hex color #348149 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348149 is #CB7EB6. Grayscale: #636363. Windows color (decimal): -13336247 or 4817204. OLE color: 4817204.

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

Color convert

RGB 52 129 73 -
CMYK 0.60 0 0.43 0.49
HSL 136.36º 0.43% 0.35% -
HSV(B) 136.36º 0.6% 0.51% -
XYZ 10.47 16.91 9.02 -
YUV 99.59 112.99 94.05 -
System Red Green Blue C M Y K H S L
Decimal 52 129 73 0.60 0 0.43 0.49 136.36 0.43 0.35
Hex 34 81 49 3C 0 2B 31 88 2B 23
Octal 64 201 111 74 0 53 61 210 53 43
Binary 110100 10000001 1001001 111100 0 101011 110001 10001000 101011 100011

Color Harmonies of #348149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348149

Black with #348149

Text Example


Text Example

White with #348149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348149; }

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

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

background-color css

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

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

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

border-color css

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

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

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