Html Css Color HEX #348354 Amazon

📋 copy color: '#348354'

red 52 ◦ green 131 ◦ blue 84

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

Shades of Amazon #348354

Tints of Amazon #348354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 31.46%

R = 19.48%
G = 49.06%
B = 31.46%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#348354 (or 0x348354) is known color: Amazon. HEX triplet: 34, 83 and 54. RGB value is (52,131,84). Sum of RGB (Red+Green+Blue) = 52+131+84=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 131 (51.56% from 255 or 49.06% from 267); Blue value is 84 (33.20% from 255 or 31.46% from 267); Max value from RGB is 131 - color contains mainly: green. Hex color #348354 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348354 is #CB7CAB. Grayscale: #666666. Windows color (decimal): -13335724 or 5538612. OLE color: 5538612.

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

Color convert

RGB 52 131 84 -
CMYK 0.60 0 0.36 0.49
HSL 144.3º 0.43% 0.36% -
HSV(B) 144.3º 0.6% 0.51% -
XYZ 11.13 17.6 11.2 -
YUV 102.02 117.83 92.32 -
System Red Green Blue C M Y K H S L
Decimal 52 131 84 0.60 0 0.36 0.49 144.3 0.43 0.36
Hex 34 83 54 3C 0 24 31 90 2B 24
Octal 64 203 124 74 0 44 61 220 53 44
Binary 110100 10000011 1010100 111100 0 100100 110001 10010000 101011 100100

Color Harmonies of #348354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348354

Black with #348354

Text Example


Text Example

White with #348354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348354; }

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

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

background-color css

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

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

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

border-color css

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

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

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