Html Css Color HEX #348049 Amazon

📋 copy color: '#348049'

red 52 ◦ green 128 ◦ blue 73

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

Shades of Amazon #348049

Tints of Amazon #348049

RGB

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

 GREEN value IS 128 (50.39% from 255) = 50.59%

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

R = 20.55%
G = 50.59%
B = 28.85%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.43

 K value IS 0.50

RGB Variations

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

Color information

#348049 (or 0x348049) is known color: Amazon. HEX triplet: 34, 80 and 49. RGB value is (52,128,73). Sum of RGB (Red+Green+Blue) = 52+128+73=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 128 (50.39% from 255 or 50.59% from 253); Blue value is 73 (28.91% from 255 or 28.85% from 253); Max value from RGB is 128 - color contains mainly: green. Hex color #348049 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348049 is #CB7FB6. Grayscale: #636363. Windows color (decimal): -13336503 or 4816948. OLE color: 4816948.

HSL color Cylindrical-coordinate representation of color #348049: hue angle of 136.58º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #348049 is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB 52 128 73 -
CMYK 0.59 0 0.43 0.50
HSL 136.58º 0.42% 0.35% -
HSV(B) 136.58º 0.59% 0.5% -
XYZ 10.34 16.65 8.97 -
YUV 99.01 113.32 94.47 -
System Red Green Blue C M Y K H S L
Decimal 52 128 73 0.59 0 0.43 0.50 136.58 0.42 0.35
Hex 34 80 49 3B 0 2B 32 89 2A 23
Octal 64 200 111 73 0 53 62 211 52 43
Binary 110100 10000000 1001001 111011 0 101011 110010 10001001 101010 100011

Color Harmonies of #348049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348049

Black with #348049

Text Example


Text Example

White with #348049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348049; }

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

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

background-color css

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

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

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

border-color css

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

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

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