Html Css Color HEX #348349 Amazon

📋 copy color: '#348349'

red 52 ◦ green 131 ◦ blue 73

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

Shades of Amazon #348349

Tints of Amazon #348349

RGB

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

 GREEN value IS 131 (51.56% from 255) = 51.17%

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

R = 20.31%
G = 51.17%
B = 28.52%

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

#348349 (or 0x348349) is known color: Amazon. HEX triplet: 34, 83 and 49. RGB value is (52,131,73). Sum of RGB (Red+Green+Blue) = 52+131+73=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 131 (51.56% from 255 or 51.17% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 131 - color contains mainly: green. Hex color #348349 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348349 is #CB7CB6. Grayscale: #646464. Windows color (decimal): -13335735 or 4817716. OLE color: 4817716.

HSL color Cylindrical-coordinate representation of color #348349: hue angle of 135.95º 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 #348349 is Cyan = 0.60, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 131 73 -
CMYK 0.60 0 0.44 0.49
HSL 135.95º 0.43% 0.36% -
HSV(B) 135.95º 0.6% 0.51% -
XYZ 10.74 17.44 9.1 -
YUV 100.77 112.33 93.22 -
System Red Green Blue C M Y K H S L
Decimal 52 131 73 0.60 0 0.44 0.49 135.95 0.43 0.36
Hex 34 83 49 3C 0 2C 31 88 2B 24
Octal 64 203 111 74 0 54 61 210 53 44
Binary 110100 10000011 1001001 111100 0 101100 110001 10001000 101011 100100

Color Harmonies of #348349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348349

Black with #348349

Text Example


Text Example

White with #348349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348349; }

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

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

background-color css

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

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

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

border-color css

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

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

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