Html Css Color HEX #348346 Amazon

📋 copy color: '#348346'

red 52 ◦ green 131 ◦ blue 70

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

Shades of Amazon #348346

Tints of Amazon #348346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 27.67%

R = 20.55%
G = 51.78%
B = 27.67%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#348346 (or 0x348346) is known color: Amazon. HEX triplet: 34, 83 and 46. RGB value is (52,131,70). Sum of RGB (Red+Green+Blue) = 52+131+70=253 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.55% from 253); Green value is 131 (51.56% from 255 or 51.78% from 253); Blue value is 70 (27.73% from 255 or 27.67% from 253); Max value from RGB is 131 - color contains mainly: green. Hex color #348346 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348346 is #CB7CB9. Grayscale: #646464. Windows color (decimal): -13335738 or 4621108. OLE color: 4621108.

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

Color convert

RGB 52 131 70 -
CMYK 0.60 0 0.47 0.49
HSL 133.67º 0.43% 0.36% -
HSV(B) 133.67º 0.6% 0.51% -
XYZ 10.64 17.4 8.59 -
YUV 100.43 110.83 93.46 -
System Red Green Blue C M Y K H S L
Decimal 52 131 70 0.60 0 0.47 0.49 133.67 0.43 0.36
Hex 34 83 46 3C 0 2F 31 86 2B 24
Octal 64 203 106 74 0 57 61 206 53 44
Binary 110100 10000011 1000110 111100 0 101111 110001 10000110 101011 100100

Color Harmonies of #348346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348346

Black with #348346

Text Example


Text Example

White with #348346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348346; }

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

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

background-color css

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

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

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

border-color css

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

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

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